BlazorTable
BlazorTable copied to clipboard
Server side fixes
Added new functionalities to paginator:
- Showing page numbers
- Go to a specific page

Fixed issues in server-side mode:
- the filters are now applied in server-side
- Added properties to FilterData object, Filters ( List<Expression<Func<TableItem, bool>>>) and FilterStrings (List<FilterString>)

Added functionality for Initializing filters using FilterString object

Fixed bug with multi select in server-side mode
@IvanJosipovic This is neat feature that I would really love to have. Do you think you could look at the PR? :)