Server Side Pagination, Sorting, Filtering (searching) and Debouncing with Angular and .NET Web API

preview_player
Показать описание
We are taking a project with Client-Side Pagination, Sorting and Filtering and converting it to Server-Side Pagination, Sorting and Filtering. We have to make changes in both Angular and .NET Web API projects to make it work. We also talk and configure debouncing to make calls to the backend more efficient.

Starting point:

Angular project GitHub repository:

.NET Web API project GitHub repository:

Finished project:

Angular project GitHub repository:

.NET Web API project GitHub repository:
Рекомендации по теме
Комментарии
Автор

One suggestion.. Angular material sort direction is giving 3 states asc, desc and empty (''), So to customize it, you can set matSortDisableClear property on mat-table to disable the user from clearing the sort by finishing the sort direction cycle...Once you set, you will get only 2 directions(asc, desc)

kasthurirengans
Автор

Hi sir, thank you for your video. Could you please share the git hub code repo url

kasthurirengans