TableTools Unable to set value of the property 'setHandCursor': object is null or undefined
TableTools Unable to set value of the property 'setHandCursor': object is null or undefined
bep
Posts: 3Questions: 1Answers: 0
Hi
I am using newest version of DataTables and TableTools. I am using knockoutjs to draw the table after which I apply DataTables to it and everything works perfectly.
I then destroy the datatable, recreate HTML using knockout but after new DataTables initialization I get the above error.
I tried all solutions I could find, including $(".DTTT_collection").remove(); but nothing helps.
Does anyone know the solution?
Thanks.
This discussion has been closed.
Answers
The same is happening even if I create table with DataTables and dont use knockout.
So I now have HTML tag and create table with DataTables plugin. Then I destroy the dable, recreate it, but I get the same error again.
Solved by grouping TableTools buttons: "sExtends": "collection"