-
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
Send Forms:
Sorting is working only on Form Name, not on the other columns, also sorting is missing on creator column.
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 Send forms : Sorting now working for Form Name, File Type, Creator, Creation Date