vue3-datatable
vue3-datatable copied to clipboard
Cannot find custom per page for datatable
cannot add per_page list in datatable (eg - [100, 200, 300])
you can pass a props perPageOptions
which is an array of integer.
eg:
perPageOptions = [5, 10, 15, 25, 50, 75, 100]