Hi Team,
I am facing the issue with filtering. I have a grid with large set of data. Lets assume it has 10 columns.
Steps to reproduce the issue:
1: Apply filter on 1st column. Data will be filtered accordingly.
2: Now remove the filter from first column(it will will generate a fetch call to back end) and quickly apply filter on 2nd column before fetch request complete. In this way filter on 2nd column will not be applied and whole data will be shown.
3: Now remove the filter of 2nd column also. Now it will show 'No item to show' that is incorrect. In ideal scenario it should show whole data of grid.
This is happening for any type of filters. Please help me in this.
Thanks in Advance.
I am facing the issue with filtering. I have a grid with large set of data. Lets assume it has 10 columns.
Steps to reproduce the issue:
1: Apply filter on 1st column. Data will be filtered accordingly.
2: Now remove the filter from first column(it will will generate a fetch call to back end) and quickly apply filter on 2nd column before fetch request complete. In this way filter on 2nd column will not be applied and whole data will be shown.
3: Now remove the filter of 2nd column also. Now it will show 'No item to show' that is incorrect. In ideal scenario it should show whole data of grid.
This is happening for any type of filters. Please help me in this.
Thanks in Advance.
Comment