vue3-datatable icon indicating copy to clipboard operation
vue3-datatable copied to clipboard

Cannot find custom per page for datatable

Open sussanwrai opened this issue 2 years ago • 1 comments

cannot add per_page list in datatable (eg - [100, 200, 300])

sussanwrai avatar Apr 10 '22 11:04 sussanwrai

you can pass a props perPageOptions which is an array of integer.

eg:

perPageOptions = [5, 10, 15, 25, 50, 75, 100]

puncoz avatar May 06 '22 04:05 puncoz