When I removed the demo_pages/datatables_responsive.js the pagging and scrollbar is not working, I am using one the theme template which provide me all the datatable js. My datatable version is https://datatables.net/download/#dt/dt-1.10.24
When I removed the demo_pages/datatables_responsive.js the pagging and scrollbar is not working, I am using one the theme template which provide me all the datatable js.
I am using one the theme template which provide me all the datatable js.
Not sure what that the theme template is. If you are compiling Datatables CSS files into all.min.css then you will need to add responsive.css or load it separately. Use the DT 1 Download Builder](https://datatables.net/legacy/v1/download/) or the CDN page to get the files you desire. Note that Datatables 1.x is no longer supported for bug fixes. It is recommended to upgrade to 2 and upgrade the extensions to the appropriate versions for 2.
Answers
Hi Kevin,
When I removed the demo_pages/datatables_responsive.js the pagging and scrollbar is not working, I am using one the theme template which provide me all the datatable js. My datatable version is https://datatables.net/download/#dt/dt-1.10.24
Hi Kevin,
When I removed the demo_pages/datatables_responsive.js the pagging and scrollbar is not working, I am using one the theme template which provide me all the datatable js.
There is something in the
all.min.css
causing a conflict. Commented it out:https://live.datatables.net/cirawaca/1/edit
Not sure what that the theme template is. If you are compiling Datatables CSS files into
all.min.css
then you will need to add responsive.css or load it separately. Use the DT 1 Download Builder](https://datatables.net/legacy/v1/download/) or the CDN page to get the files you desire. Note that Datatables 1.x is no longer supported for bug fixes. It is recommended to upgrade to 2 and upgrade the extensions to the appropriate versions for 2.Kevin
No Problem Kevin, thanks for support. I will do the necessary changes to the css.