CSS not getting applied after adding rows using fnAddData
CSS not getting applied after adding rows using fnAddData
tara_mb
Posts: 8Questions: 0Answers: 0
Hi Allan,
I have datatable which is initialised in document.ready().
I am trying to add rows to this table on click of a html button.
For one of the tds in the row, I am using a class to get editable select box. Reference: http://coffeescripter.com/code/editable-select/
After adding a row, editable select class is not getting applied though i passing the class attribute also in the
array input to the fnAddData api.
Please find the array contents below
var arr = ['
I have datatable which is initialised in document.ready().
I am trying to add rows to this table on click of a html button.
For one of the tds in the row, I am using a class to get editable select box. Reference: http://coffeescripter.com/code/editable-select/
After adding a row, editable select class is not getting applied though i passing the class attribute also in the
array input to the fnAddData api.
Please find the array contents below
var arr = ['
This discussion has been closed.
Replies
Allan