Feature #7743
Updated by Aruna Prasanna 29 days ago
Today, I worked on implementing sorting functionality for both date and name fields in ascending and descending order. For the name field, I added sorting from A to Z and Z to A, and for the date field, I implemented sorting from old to new and new to old. I also worked on the pagination logic in the frontend by integrating it with the backend API. Along with pagination, I implemented a search feature based on the name field, where entering a name fetches and displays the relevant data. Additionally, I made UI changes to the purchase orders page and worked on updating the sidebar design and layout.