Table data is not getting refreshed if query parameters are updated.
Content
Hi Team
I am trying to update table data according to the query parameters used.
PFB the cases that I am trying
(1)Load the page , do not give any query parameters , it should show all records in the table , here count of records is 25.
(2)Select 'Request_Status' as 'Approved' , service is getting correct result , here total count is 4 , but table data is not refreshing and showing 25 records now also even if service is giving 4 records.
It is throwing errors in console 'TypeError: Cannot read property 'cloneData' of undefined'.
PFA the useful images for the same.
In the Action Chain attached , I am taking two conditions if user has not entered any query parameter then not mapping 'q' else mapping 'q'
0