Ajax and definitions
Ajax and definitions
veloopity
Posts: 87Questions: 36Answers: 2
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
Answers
Probably the easiest way would be to use
createdRow
, see thread discussing it here.Cheers,
Colin
thx Colin, will check it out!
-