Features
Paging
Learn how to implement pagination in your GridCraft data tables with ease. Explore various pagination options and configurations to enhance data navigation and organization in your SvelteKit applications.
Pagination with Predefined Footer
To implement pagination using the predefined Footer Component in GridCraft, follow these steps:
1
Import Grid and GridFooter Components
2
Modify Paging Variables (optional)
3
Use GridFooter Component
4
Done!
Name | Status | Age |
---|---|---|
Abraham Baker Abraham.Baker@gmail.com |
Active | 42 |
Adem Lane Adem.Lane@icloud.com |
Active | 73 |
Adil Floyd Adil.Floyd@icloud.com |
Pending | 72 |
Adriana O'Sullivan Adriana.OSullivan@protonmail.com |
Inactive | 26 |
Alec Whitten AW_41@yahoo.com |
Active | 67 |
of 50 Results
Page 1 of 10
Customized Pagination
To implement customized pagination in GridCraft, follow these steps:
1
Define Paging Component
2
Use Custom Paging Component
3
Done!
Example for paging with page number buttons: