How to Update Changed Values in a Data Table.
How to Update Changed Values in a Data Table.
Hi,
I need help to fix issue,
I have checkbox control with unique Id in my data table.
I want to check and uncheck that checkboxs form my java script function.
But this happen only my current page on rest page it's still remaining.
Help me to fix this problem.
This is a online Link which clear what i really need. - http://live.datatables.net/tuzifaxe/134/
(Check CheckBoxes Page 1 and Page 2, after press button which is given bottom grid, checkbox clear current page checks only.)
This question has an accepted answers - jump to answer
Answers
This is how you can do it: http://live.datatables.net/funizape/1/edit
Allan
Thanks @allan, this is what i really need
**But this is Not Working in IE **
I would suggest not using DOM0 events. Try this: http://live.datatables.net/funizape/3/edit .
Allan