IvanJosipovic / BlazorTable

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

[Feat] Support for loading indicator while doing server side paging sorting Filtering #376

Open NessfertIndia opened 2 years ago

NessfertIndia commented 2 years ago

Describe the solution you'd like A clear and concise description of what you want to happen.

LoadingDataTemplate is useful to set the initial data loading messages But when we are performing subsequent actions like Paging Sorting or inline filtering , the Loading Template is not visible and permits the users to interact with table elements before the completion of initial request

Nice to have an interactive way to tell users that current already a request is being processed and please wait for the completion to do another operation