IvanJosipovic / BlazorTable

Blazor Table Component with Sorting, Paging and Filtering
https://BlazorTable.netlify.app
MIT License
540 stars 109 forks source link

Bind Property PageSize #381

Open RacerDelux opened 2 years ago

RacerDelux commented 2 years ago

On the Table you can pass in a property PageSize. The issue is that this is not a bound property. I need a way to either bind to that value and get the updated page size when it is changed in the dropdown, or an OnChanged event that will fire when the dropdown is changed. image