rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
972 stars 364 forks source link

Select all rows programmatically and keep selection #363

Open FawwaazM opened 7 years ago

FawwaazM commented 7 years ago

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

atishagrawal commented 6 years ago

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.

stvowi commented 6 years ago

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