jquery-bootgrid
jquery-bootgrid copied to clipboard
Select all rows programmatically and keep selection
How do I select all rows in my Bootgrid table programmatically with JavaScript?
I've added a button in the action bar and i have a function which is looping through all the rows in the JQuery Bootgrid table.
so far, I'm getting all the rows id (data-row-id) in the table, even on other pages in the bootgrid table.
How do i select all the rows from here and keep the selection programmatically?
Thanks
I tried https://stackoverflow.com/questions/44740761/select-all-rows-programmatically-and-keep-selection answer. Even this is not selecting all rows. In the bootgrid documentation, the "select" method is mentioned. Also, there is a tag 1.1.0, which I don't know what it means.
Try out http://gijgo.com/grid. Bootgrid seem to be dead.