Intialising multiple tables with core same options, but with some differences
Intialising multiple tables with core same options, but with some differences
iecwebmast
Posts: 66Questions: 9Answers: 1
I have three tables which share the same set of core options, but which differ on sorting.
What would be the cleanest way to set up the javascript?
example1 "order": [[0, "asc"]]
example2 "order": [[0, "desc"]]
example3 "order": []
This discussion has been closed.
Answers
I believe I found the answer:
https://datatables.net/examples/advanced_init/defaults.html