Refreshing the datatables, expending options on the fly and re-initialize using new options
Refreshing the datatables, expending options on the fly and re-initialize using new options
Hello,
I am a bit new in the whole dataTables schema . So i would like to ask the community for some help .
http://live.datatables.net/kikiqejo/1/
What I am trying to do in this jsBin is reload the data of the datatable every time that a user focuses on the page and paint the background color depending on a row variable .
The dataset I have is random so i have to iterate through it and then apply the css of the backround color.
The problem is that even if I am using bDestroy I cannot create the table with the extended Settings .
Any ideas how to solve that please ?