Datatable V1.10 bug on page 2 [Solved]
Datatable V1.10 bug on page 2 [Solved]
seb33gel
Posts: 25Questions: 3Answers: 1
Hello allan
Many thanks for your work.
My button don't work on page 2.
I think I had the same bug with version 1.10 beta 1.
http://live.datatables.net/niwegow/1/edit
Click on button on page 1 it work, on page 2 don't work
Thank for your help
This discussion has been closed.
Replies
Hello
Perhaps the same bug like this https://github.com/DataTables/DataTablesSrc/commit/efedff77
I get the same bug when use table.cell( 0,1 ).data( "TEST" ).draw(); . after row's update, the click did not work on this row but work fine for other.
http://live.datatables.net/niwegow/2/edit
Many thanks for your help
For the first problem Click on page 2 is the fact that I boot datatable before applying one click ....
http://live.datatables.net/niwegow/3/edit
Sorry.
But I can not find why the update of a cell causes the bug
http://live.datatables.net/niwegow/2/edit
ok find a solution with jquery 1.8.2 replace $(button).clic() by $(button).live(click.....)
On jquery 1.10.2
http://live.datatables.net/niwegow/5/edit
But Perhaps you can find a fix?
It is not a bug - see the top FAQ :-).
Allan
Thank you. Think to read FAQ :)