Can we modify data tables that are loaded using jquery.datatables.min.js ??
Can we modify data tables that are loaded using jquery.datatables.min.js ??
Adarsh94
Posts: 10Questions: 6Answers: 0
I have loaded the data table and would like to know if we can look into the actual code that is implementing the functionality of data table and modify it if possible? If so can anyone please tell me how to do it.
Thanks a lot in advance.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes, DataTables is open source under the MIT license. The source code is available on GitHub. Details on how to build DataTables from source are available here.
Allan