vue-dataset icon indicating copy to clipboard operation
vue-dataset copied to clipboard

fix: updating the visible rows with showEntries() should refresh the table

Open mesqueeb opened this issue 3 years ago • 2 comments

expected:

  • updating the visible rows with showEntries() should refresh the table

current behaviour:

  • when changing the visible row count with showEntries eg. from 5 → 6 (showEntries(6)), the table UI doesn't refresh, so the new row doesn't become visible

mesqueeb avatar Dec 15 '21 06:12 mesqueeb

Hello @mesqueeb I've set up an example in the playground but I couldn't replicate the issue.

kouts avatar Dec 15 '21 22:12 kouts

@kouts i will try to add a reproduction. It happened when I added a new row and then incremented the shown rows with showEntries.

mesqueeb avatar Dec 15 '21 22:12 mesqueeb