Reset Sort in table

In Repeating grid (Table) , Once the data sorted in ASC/DESC order there is no way to reset the sort order back to original form ,below is a sample use case and attached is the screens for reference.

  1. Initial Data sorted based on ID parameter which is not shown in UI. This is 3 column(Country,State and County) table structure
  2. User Clicks State Column and its sorted in Ascending Order
  3. User click again and its sorted in Descending order.

Issue : Once the user sorts the data on any column there is no way to reset the sort order back to the original form

Note : OOTB refresh button provided in the “Optimized Table” is not working

Solution Tried : Create custom button to refresh the section to reset the order.

Is there any OOTB solution/configuration for this ?

Reset Sort Order.docx (334 KB)

@Adithya_Acharya Hi,
the optimized table might be the solution: you can create a view for each situation depending of your configuration of the sort and then you can get back to you default view if you personnalize the optimized table.