Encapsulating Data Tables code
Encapsulating Data Tables code
I need to create a custom date sorting function as the one Data Tables provide doesn't work properly for our format.
We are going to have 3 dozen plus different tables which will be separated into numerous Javascript files. Is it possible to put this new sorting functions in its own Javascript file so that it can be reused? I don't want to cut and paste the same sorting function to all the different files.
We are going to have 3 dozen plus different tables which will be separated into numerous Javascript files. Is it possible to put this new sorting functions in its own Javascript file so that it can be reused? I don't want to cut and paste the same sorting function to all the different files.
This discussion has been closed.
Replies
Allan