pagingType: 'full_numbers', it looks bad in small screen,
pagingType: 'full_numbers', it looks bad in small screen,
don2
Posts: 27Questions: 15Answers: 0
I use pagingType: 'full_numbers', it looks bad in small screen, any idea is highly appreciated
Answers
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
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
Hi All,
Well noted, and thank you
This worked for me:
#myDataTable_paginate {
white-space: normal;
}
DataTables 2's paging control is responsive, so it will automatically adjust to resolve this issue.
Allan