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
Hi i have an case, where i need to uncheck or check the row without doing it by click event.
Means, there should be a function which can accept rowIndex and isSelected(boolean) as parameter and perform the above uncheck or check based on isSelected.
please provide some function.
The text was updated successfully, but these errors were encountered:
Just like what tell you on hangout. It's hard for me to provide a instance or static function for user to call for set the row select or unselect.
So I use componentWillReceiveProps in TableBody and in these component which render BootstrapTable can change the selected rows on table through re-render by selectRow prop.
A simple explain is if you want to select some rows, you just set the selectedattribute in selectRow prop and trigger render.
Hi i have an case, where i need to uncheck or check the row without doing it by click event.
Means, there should be a function which can accept rowIndex and isSelected(boolean) as parameter and perform the above uncheck or check based on isSelected.
please provide some function.
The text was updated successfully, but these errors were encountered: