Pagination
Pagination
At the moment I have tables making use of various functions of DataTables. Now I work on an application that has tables for which I only need pagination functionality. Is there a way to have a JavaScript file that just implements pagination functionality?
Kind regards,
Annet
Kind regards,
Annet
This discussion has been closed.
Replies
Yes absolutely - you can use these options to disable the DataTables features you don't want: http://datatables.net/usage/features
Allan
Thanks for your reply. jQuery.dataTables.min.js is 74KB large. Is there a way to reduce the file size to just the code I need to have pagination functionality? I'd like to use it in combination with the .js file from this blog post: http://datatables.net/blog/Twitter_Bootstrap_2
Kind regards,
Annet.
Allan
Annet.