jquery-bootgrid icon indicating copy to clipboard operation
jquery-bootgrid copied to clipboard

Select all rows programmatically and keep selection

Open FawwaazM opened this issue 7 years ago • 2 comments

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

FawwaazM avatar Jun 24 '17 19:06 FawwaazM

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.

atishagrawal avatar Sep 15 '17 04:09 atishagrawal

Try out http://gijgo.com/grid. Bootgrid seem to be dead.

stvowi avatar Sep 22 '17 22:09 stvowi