Row grouping vertically - Page 2

Row grouping vertically

2»

Answers

  • svyas001svyas001 Posts: 25Questions: 2Answers: 0
    edited December 2

    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

  • svyas001svyas001 Posts: 25Questions: 2Answers: 0

    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.

  • kthorngrenkthorngren Posts: 21,443Questions: 26Answers: 4,974
    edited December 2

    There is something in the all.min.css causing a conflict. Commented it out:
    https://live.datatables.net/cirawaca/1/edit

    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.

    Kevin

  • svyas001svyas001 Posts: 25Questions: 2Answers: 0

    No Problem Kevin, thanks for support. I will do the necessary changes to the css.

Sign In or Register to comment.