vue-dataset
vue-dataset copied to clipboard
fix: updating the visible rows with showEntries() should refresh the table
expected:
- updating the visible rows with
showEntries()should refresh the table
current behaviour:
- when changing the visible row count with
showEntrieseg. from 5 → 6 (showEntries(6)), the table UI doesn't refresh, so the new row doesn't become visible
Hello @mesqueeb I've set up an example in the playground but I couldn't replicate the issue.
@kouts i will try to add a reproduction. It happened when I added a new row and then incremented the shown rows with showEntries.