RFR: 7091: JOverflow Instance View table should be sortable by clicking headers
Marcus Hirt
hirt at openjdk.java.net
Sat Oct 16 09:48:51 UTC 2021
On Fri, 15 Oct 2021 20:07:47 GMT, Alex Macdonald <aptmac at openjdk.org> wrote:
> This PR addresses JMC-7091 [[0]](https://bugs.openjdk.java.net/browse/JMC-7091), in which the tree viewer in the JOverflow instances tab does not allow the table to be sorted via the column headers. Currently the viewer column headers do not perform any action when clicked. Now a comparator have been added to the viewer which sorts based on the column header (String comparison for the Name & Value columns, Integer for the Size column).
>
> Screenshot:
> 
>
> Gif:
> 
>
> [0] https://bugs.openjdk.java.net/browse/JMC-7091
Marked as reviewed by hirt (Lead).
-------------
PR: https://git.openjdk.java.net/jmc/pull/322
More information about the jmc-dev
mailing list