How enable order numeration on my tables?
How enable order numeration on my tables?
jas_jose
Posts: 10Questions: 4Answers: 0
I start to use DataTable resposive plug-in https://datatables.net/extensions/rowreorder/examples/initialisation/responsive.html, but when a add this to my project, the numeration was gone... How can i enable the automactly ordered numeration like, line one: 1, line two: 2 and goes....
Is there a simple way to fix that??
This question has an accepted answers - jump to answer
Answers
Are you using something like this example for the indexes? I put that example together with responsive and it seems to work:
http://live.datatables.net/jonapali/1/edit
If this doesn't help then we will need a link to your page or a test case replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
that super worked for me, I was calling the wrong variable at the end, tanks so much Kevin!!!