Allow sorting by table column on compare subtest page
Categories
(Tree Management :: Perfherder, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: whimboo, Assigned: aesanu)
References
Details
Attachments
(2 files, 5 obsolete files)
It would be great if sorting by columns would be possible for the compare subtest page. It could be used to find the min/max values, or order the name of tests.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
Comment 6•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Could you provide an update on this Alex?
Comment 8•5 years ago
•
|
||
The task is done in my side, igoldan told me that this will be merged in the next iteration or something?
Comment 9•5 years ago
|
||
(In reply to Alexandru Ionescu :alexandrui from comment #8)
The task is done in my side, igoldan told me that this will be merged in the next iteration or something?
We've experimented with react-table
and noticed it provides the same mechanics , it's easy to integrate & feature rich.
Thus, we should rethink the implementation.
Comment 10•5 years ago
|
||
We've experimented with
react-table
and noticed it provides the same mechanics , it's easy to integrate & feature rich.
Thus, we should rethink the implementation.
React-table is a useful library. However, it seems most useful if you need a simple table with specific functionality and pagination. When I looked into it before starting the compare view, the pagination was not an optional feature and there wasn't a need for the search and sort features it offers and the custom components for different columns would be required either way. Regarding the server side sorting, I think it'd be easy to implement it without doing the work to switch to react table. But if you think the features it offers is worth it, I'm not opposed :)
Updated•5 years ago
|
Comment 11•5 years ago
|
||
We won't revisit this in 2020/Q1.
Updated•5 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 12•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Description
•