BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

Server side fixes

Open sduboisOctaviantg opened this issue 3 years ago • 1 comments

Added new functionalities to paginator:

  • Showing page numbers
  • Go to a specific page image

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>) image

Added functionality for Initializing filters using FilterString object image

Fixed bug with multi select in server-side mode

sduboisOctaviantg avatar Mar 16 '22 19:03 sduboisOctaviantg

@IvanJosipovic This is neat feature that I would really love to have. Do you think you could look at the PR? :)

Bukk94 avatar Nov 23 '23 18:11 Bukk94