Buttons pagination
Use buttons-pagination
prop and seven visible page buttons will be generated automatically to help you navigate much easier.
Example
<EasyDataTable
buttons-pagination
:headers="headers"
:items="items"
/>
Name | Address | Height | Weight | Age | Favourite sport | Favourite fruits |
---|---|---|---|---|---|---|
name-1 | address-1 | 1 | 1 | 1 | football | apple |
name-2 | address-2 | 2 | 2 | 2 | running | orange |
name-3 | address-3 | 3 | 3 | 3 | swimming | peach |
name-4 | address-4 | 4 | 4 | 4 | basketball | banana |
name-5 | address-5 | 5 | 5 | 5 | football | apple |