2amigos / yii2-grid-view-library

Highly enhanced GridView widget and grid components for Yii2
https://2amigos.us
Other
57 stars 16 forks source link

Class namespace incorrect in latest version? #27

Closed eternalinteractive closed 7 years ago

eternalinteractive commented 7 years ago

What steps will reproduce the problem?

use dosamigos\grid\ToggleAction;

What do you get instead?

"Class 'dosamigos\grid\ToggleAction' not found"

Had to change to: use dosamigos\grid\actions\ToggleAction; and use dosamigos\grid\column\ToggleColumn;

tonydspaniard commented 7 years ago

@canreo the new version has been totally updated and breaks BC. The new classes are: