Closed eternalinteractive closed 7 years ago
use dosamigos\grid\ToggleAction;
"Class 'dosamigos\grid\ToggleAction' not found"
Had to change to: use dosamigos\grid\actions\ToggleAction; and use dosamigos\grid\column\ToggleColumn;
@canreo the new version has been totally updated and breaks BC. The new classes are:
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;