How to retain fixed column check boxes value in data tables
How to retain fixed column check boxes value in data tables
paiKamath
Posts: 2Questions: 0Answers: 0
Hi,
I have added checkboxes in the first column of my table. And
I have fixed this column using fixed columns.
On pagination the checked check boxes from the previous page are lost.
This is because every time on pagination, fixed columns is replacing the fixed column table with new pages' data.
Is there any way to retain these checked check boxes.
This discussion has been closed.
Replies
Got the answer to this in a different discussion :
http://datatables.net/forums/discussion/9392/basic-datatable-behaviour-clarification#Item_6
Thanks anyway :)