CSS not getting applied after adding rows using fnAddData

CSS not getting applied after adding rows using fnAddData

tara_mbtara_mb Posts: 8Questions: 0Answers: 0
edited October 2012 in DataTables 1.8
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 = ['

Replies

  • allanallan Posts: 61,686Questions: 1Answers: 10,100 Site admin
    Sounds like this issue to me: http://datatables.net/faqs#events . Have you tried using Visual Event on it to check that the events are being applied?

    Allan
This discussion has been closed.