-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Carry Over - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
Template Library
Sorting is working only for Form name and Upload Date, not for other columns
Column Name and order of sorting is passing from Angular side but it's not working from API side.
Current implementation of datatable sorting: Fetch records, apply pagination and then apply sorting. So sorting was getting applied page wise.
New implementation : Fetch records, apply sorting and then apply pagination.
Note: Due to new implementation, there would be performance issue if there are huge number of records as we are applying sorting on all records first and then applying pagination.
For template library : Sorting now working for Form Name, Upload By,Uploaded by, Expires, Valid From, Valid To.