linmasahiro / vue3-table-lite

A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.
https://vue3-lite-table.vercel.app/
MIT License
248 stars 73 forks source link

Static mode pagination not working as expected #81

Closed mizmaar3 closed 1 year ago

mizmaar3 commented 1 year ago

The pagination of static mode looks broken, If I reckon correctly it was same as server loaded pagination. Its broken even here: https://vue3-lite-table.vercel.app/simple-examples When you click on lets say page 2 it append more rows instead of hide previous rows and show next set of rows.

Tested on MAC, chrome and firefox with vue3-table-lite@1.3.5

linmasahiro commented 1 year ago

69

Bug from v1.3.0

linmasahiro commented 1 year ago

Hi @mizmaar3 , thanks for your ticket. I am fixed the bug and released v1.3.6

linmasahiro commented 1 year ago

Oh, I saw your PR now. Thank you a lot!