pagingType: 'full_numbers', it looks bad in small screen,

pagingType: 'full_numbers', it looks bad in small screen,

don2don2 Posts: 27Questions: 15Answers: 0

I use pagingType: 'full_numbers', it looks bad in small screen, any idea is highly appreciated

Answers

  • colincolin Posts: 15,154Questions: 1Answers: 2,587

    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

  • allanallan Posts: 61,762Questions: 1Answers: 10,111 Site admin

    I've actually seen this myself as well. We need to make our paging control responsive - that is something that I'm aware of and plan to get done (I'm just not yet sure when).

    Allan

  • don2don2 Posts: 27Questions: 15Answers: 0

    Hi All,
    Well noted, and thank you

  • dersederse Posts: 1Questions: 0Answers: 0

    This worked for me:

    #myDataTable_paginate {
    white-space: normal;
    }

  • allanallan Posts: 61,762Questions: 1Answers: 10,111 Site admin

    DataTables 2's paging control is responsive, so it will automatically adjust to resolve this issue.

    Allan

Sign In or Register to comment.