How to add counter columns .. ?
How to add counter columns .. ?
i have a look example like this : https://datatables.net/examples/ajax/null_data_source.html and how to add number or counter columns in this example ..?
im glad to everyone answer my question ![]()
This discussion has been closed.
Answers
Is this example what you are looking for?
https://datatables.net/examples/api/counter_columns.html
If you don't want the index to change then you can use this code in
initCompleteor theinitevent so it is generated only once.Kevin