Materialize Pagination : Pagination is used to show long data with the help of links to different-different parts. Materialize provides classes to create pagination. Here in this tutorial we are going to explain how you can create pagination in materialize framework. You can also use our online editor to edit and run the code online.
Materialize Pagination Example
First create ul with class=”pagination” and then add li and pagination link. You can use Class=”active” to show the active link. Here is an example of simple pagination-
If you run the above example it will produce the output something like this –
Learn More
Let us have some More example and demo about the Materialize Pagination.
Disable Pagination Link
You can disable the pagination by simply adding the class=”disabled” to li element simply as below-
If you run the above example it will produce the output something like this –