forked from linode/manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [M3-6715] - Allow sorting by amount on billing activity table (l…
…inode#10941) * Add allow sorting by amount on billing activity table * Added changeset: Allow sorting by amount on billing activity table * Update getOrderedPaginatedData function * refactor: use useMemo to optimize orderedPaginatedData * Fix: Change colSpan 5 to 4 * Few fixes... * Add default case to order data by date in descending order * Use createDisplayPage to paginate ordered data list
- Loading branch information
1 parent
15471ee
commit ceff170
Showing
2 changed files
with
108 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Added | ||
--- | ||
|
||
Allow sorting by amount on billing activity table ([#10941](https://github.com/linode/manager/pull/10941)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters