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
Rows don't render when :show-page-size="false" #20
Hi! I have the following code:
rows
contains an array of items loaded from server (6 items). Rows don't row when I use:show-page-size="false"
, no DOM elements in the table's body.UPD. Weird, sometimes it doesn't render when pagination is off.