SveNord / Sve-Blazor-DataTable

MIT License
46 stars 14 forks source link

Reset paging data on server side filtering #5

Open inginheiiro opened 3 years ago

inginheiiro commented 3 years ago

Hi,

How do i reset the Pagenumber after applying and returning a subset of the data? Imagine that

i'm at page 3 apply filtering, then i returned a subset with 3 elements ...so i need to reset the pagenumber.

thanks

keoy7am commented 3 years ago

In my case Just use it like this. code effect