You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there ability to select some of checkboxes on page load of $grid->addSelection() ?
I couldn't find it. Would be very good to have and probably not that hard to implement.
Probably the nicest way would be to pass string or array of selected checkboxes as argument:
$grid->addSelection(['foo', 'bar']);
// or
$grid->addSelection('foo,bar');
The text was updated successfully, but these errors were encountered:
Is there ability to select some of checkboxes on page load of $grid->addSelection() ?
I couldn't find it. Would be very good to have and probably not that hard to implement.
Probably the nicest way would be to pass string or array of selected checkboxes as argument:
The text was updated successfully, but these errors were encountered: