We need to retain filter and sort conditions after grid section refresh. How can this be achieved?
Source of our grid is data page. We have applied filter on couple of columns and data is filtered now. Whenever we are clicking any grid item, actions configured on click are refreshing the section. So, this is resulting in loading the grid again without the applied filters. We need to show the grid with filter conditions applied before the click action.
We have went through many articles with similar requirement but that couldn't solve the problem.