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 completed forms library : Sorting now working for Document Name, Document title, Send date, Sender, Receiver, Receiver Email, Signed , Status
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 completed forms library : Sorting now working for Document Name, Document title, Send date, Sender, Receiver, Receiver Email, Signed , Status