Ajax and definitions
Ajax and definitions

I'm working on an Ajax driven responsive datatable that has no <tbody> content because it is all coming from Ajax. Of course Ajax is just sending data and no formatting. How does one set <td> properties here such as align?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Probably the easiest way would be to use
createdRow
, see thread discussing it here.Cheers,
Colin
thx Colin, will check it out!
-