Actions
suggestions #2588
open[SQA] Add Sorting Feature to All Table Headers
Status:
To Do
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
06/20/2025
Due date:
% Done:
0%
Estimated time:
Description
Currently, tables across the application do not support column-based sorting. This limits usability, especially when working with large datasets.
Expected Behavior:¶
Each table header should have clickable sorting functionality (ascending/descending) to allow users to organize data more efficiently.
Examples of Affected Areas:
- User List
- Sales Records
- Product Listings
Benefits:¶
- Improved user experience and navigation
- Easier data analysis and comparison
- Enhanced productivity
Suggested Implementation:¶
- Add sorting logic to table headers
- Show ascending/descending indicators (e.g., arrow icons)
- Maintain current sort state during pagination or filtering
Actions