319 Views
Sorting in Blazor WebAssembly, as in any other type of application, is a common functionality when we show the data fetched from the server-side application. Of course, it is not enough to implement only the client-side (Blazor WebAssembly side) sorting functionality, we have to do the same for the Web API part.
0 comments