I know TableTools is plug-in of DataTables and DataTables is plug-in of jQuery. Both provides common functionality such as copy, export an print.
Then what is the difference between them? When one should use one over another?
I know TableTools is plug-in of DataTables and DataTables is plug-in of jQuery. Both provides common functionality such as copy, export an print.
Then what is the difference between them? When one should use one over another?
TableTools is extension of DataTable. DataTable Extensions are basically used to enhance the functionality of DataTable plugin like now we have Responsive, RowGroup extensions. You can find more extensions here.
Both DataTable and its Extensions use JQuery for their implementation. Only difference between them is DataTable Extensions only work with DataTable.
But It is retired and its documentation is available at Legacy DataTable
Source