Pagination Previous/Next area

Pagination Previous/Next area

flowmowflowmow Posts: 3Questions: 2Answers: 0
edited February 2022 in DataTables 1.10

Hello,

I want to fixiate the position of the previous and next area of the pagination on the bottom of the page. I dont like how it jumps up and down when you switch pages. Depending on how much items you have in your table it sticks to the table itself. How do I change that behaviour so it can be at a fix position on the bottom of the page?

Answers

  • flowmowflowmow Posts: 3Questions: 2Answers: 0

    I am trying this to achieve this

        dtable = $('#applicationList').dataTable({
            "dom": "<'row'<'col-lg-10 col-md-3 col-xs-12'f><'col-sm-10 col-md-10 col-xs-12'p><'col-lg-2 col-md-10 col-xs-12'l>>" +
                "<'row'<'col-sm-12'tr>>" +
                "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>"
        });
    

    But cant quite figure out how to get 3 columns above the table where in each column from left to right there is the searchbar the pagination and the pagination length menu

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

Sign In or Register to comment.