Introduce property to hide the pagination info
See original GitHub issueIt would be nice to have a data-
property to hide the pagination info.
I’m currently doing:
formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
return ''; // ''.concat(pageNumber, " items per page");
}
Note I want keep page navigation controls.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
how to remove pagination in datatable - jquery - Stack Overflow
Use bPaginate option to disable pagination. Use paging option to disable pagination. $('#example'). dataTable({ "paging": false });
Read more >visibility - CSS: Cascading Style Sheets - MDN Web Docs
The visibility CSS property shows or hides an element without changing the layout of a document. The property can also hide rows or...
Read more >Pagination - Bootstrap
Pagination links are customizable for different circumstances. Use .disabled for links that appear un-clickable and .active to indicate the current page. While ...
Read more >CSS Pagination Examples - W3Schools
Learn how to create a responsive pagination using CSS. ... Add the border-radius property if you want a rounded "active" and "hover" button: ......
Read more >Pagination | Primer React
To hide all the page numbers and create a simple pagination container with just the Previous and Next buttons, set showPages to false...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, label as a feature.
@wenzhixin @djhvscf what do you think about that ? We maybe could remove the onlyInfoPagination option and add a new option wich accept an array (of strings). On that array we could define which parts of the pagination should be (not) displayed.