updating data-order in html

updating data-order in html

JensAlstedJensAlsted Posts: 5Questions: 2Answers: 0

Hi

I have a table that is updated via html. This is working as im calling dt.rows().invalidate().draw() as an update event.
I have now added that i update the class of a TD and also the data-order on the same TD. The class change is reflected fine as I can see the new class redered on the screen.
My rows on the other hand does not re-order according to the new data-order.
The ordering given in the config works initially and will again reorder if i do a full page reload.
Any pointers to what i could be missing here?

Thanks
Jens

Answers

Sign In or Register to comment.