Monday 25 February 2019

How to remove Pagination in Data table Grid in .Net Core.

how to remove pagination in datatable

Description:

In this example we explain that how to remove pagination in datatable in GridView using JQuery.or how to hide pagination in datatable of gridview in JQuery.

Here in our requirement I want to display datatable grid but in bottom I do not want to show pagination so to achieve this below is the single line code that will help you to hide or remove pagination in datatable grid.

You have to include like "bPaginate": false,
So here we explain that how to hide jquery datatable pagination.

0 comments:

Post a Comment