dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Default Sorting for Resultset Table #1777

Closed akumar-ai-lab closed 9 months ago

akumar-ai-lab commented 9 months ago

Is your feature request related to a problem? Please describe. Default sorting needs to be enabled for the table. Right now, the user has to sort the column manually by the "Date" column. This needs to be sorted by default.

Describe the solution you'd like The table needs to be sorted by default.

Additional context In my case, I have a "date" column in the table. The backend is returning unsorted data, which needs to be sorted by the table itself every time the user lands on the page.

Add Labels Resultset Table component.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 15 days with no activity. If there are no further updates or modifications within the next 15 days, it will be automatically closed.

Mil4n0r commented 9 months ago

Duplicate of #1441