HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

bug - Filtering #325

Open nunob87 opened 1 year ago

nunob87 commented 1 year ago

hello,

if I change from the first page and use filter it doesn't show me the results, it won't show the results if it's not on the first page

example https://codesandbox.io/s/snowy-dew-ptz9m0?file=/src/App.vue

if we add this line in the element :rows-items="[1, 2, 3]"

switch to another page not the first one

select one result per page for example

if you filter from 40 to 50, I won't have results because it's not on the first page

thanks