Intialising multiple tables with core same options, but with some differences

Intialising multiple tables with core same options, but with some differences

iecwebmastiecwebmast 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": []

Answers

This discussion has been closed.