Hijacking DataTables
-
I have a page with a couple of TablePress tables and a couple of theme-generated dynamic tables.
One of the TablePress tables uses simple pagination (Next/Previous), which means dataTables js is loaded.
My client asked me to add pagination to one of the theme-generated tables, so I figured I would use datatables js for that too. However, while I am able to initialize the table, it ignores any feature customizations. Obviously this is outside of tablePress support, but can you think of any reason Tablepress would somehow block/override custom dataTables paramereters on a non-Tablepress table?
On the example page, ‘Holdings’ is the non-Tablepress table. I am trying to only show Next/Previous buttons but it shows all DataTable defaults (info, search, pagelength, pagination)The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.