This module provides pagination support to ui-grid
npm install @ui-grid/paginationThe pagination plugin for UI-Grid provides the ability to display the data in pages that can be browsed using the built in pagination selector.
If you wanted server based pagination, you could look at the external pagination tutorial or consider using the infinite scroll plugin, which also retrieves data in pages from the server.
You can install @ui-grid/pagination via:
``shell`
npm i --save @ui-grid/pagination
Once you install you need to load the respective JS and CSS files as seen bellow:
`html