Sorting by column values on the block and address page tables was not working properly for some columns.
The issue was if there was an added suffix like "XEC" or "kB" for example it was breaking the plugin's sorting.
I modified some of the columns rendering functions to use a data attribute instead for displaying the suffixes
Details
Details
- Reviewers
Mengerian - Group Reviewers
Restricted Project - Commits
- rABCdf34c0f5aa58: [explorer] Fix table sorting issues
run the app and see if sorting works better
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Tested it out, sorting is still broken for me
For example address try address ecash:qqm84rstn320x567geqhpu33xlus9vvv458t39tcau and sort by size.... it sorts "1.08 kB" as smaller than "225B"