checkbox and refresh table
I am building my data with input type checkbox at first column.
for example: myData[myData.length] = ["<input type=\"checkbox\" name=\"NAME\">", "BBB", "CCC"];
When I checked some checkbox/s and make sort on some column OR refreshing the page, the selected checkboxes selection disappeared.
How can I solve this problem, please help, need to update version urgently.
for example: myData[myData.length] = ["<input type=\"checkbox\" name=\"NAME\">", "BBB", "CCC"];
When I checked some checkbox/s and make sort on some column OR refreshing the page, the selected checkboxes selection disappeared.
How can I solve this problem, please help, need to update version urgently.
Ofer N.
May 9,