bhaveshpatel200 / vue3-datatable

vue3-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable
MIT License
134 stars 19 forks source link

Custom pageSizeOptions to show ALL page #24

Closed hgcassiopeia closed 9 months ago

hgcassiopeia commented 9 months ago

Hello, how can I customize the 'pageSizeOptions' to display the option 'ALL' for the page size selection?

bhaveshpatel200 commented 9 months ago

Hi,

We are not providing All page size option. but you can pass your custom array for page size in pageSizeOptions props where you can add your rows total length in this array and add that value in pageSize props.