RFR: 6583: Add filter and search table actions to EventBrowser page
Jessye Coleman-Shapiro
github.com+29706926+jessyec-s at openjdk.java.net
Thu Dec 19 21:06:43 UTC 2019
On Wed, 18 Dec 2019 17:10:09 GMT, Jie Kang <jkang at openjdk.org> wrote:
>> This patch addresses [JMC-6583](https://bugs.openjdk.java.net/browse/JMC-6583) : Should be possible to filter and search in the Event Browser.
>>
>> I have added table search and filter actions in the Event Browser.
>
> When searching the events table, the last element "Showing X of Y" seems to be broken.
>
> For example:
> 
> When searching the events table, the last element "Showing X of Y" seems to be broken.
>
Yes, this seems to be an issue that occurs on all tables using itemLists, as it is also seen in the Event Log table on the Exceptions page. [JMC-6659](https://bugs.openjdk.java.net/browse/JMC-6659) has been made to address this bug.
-------------
PR: https://git.openjdk.java.net/jmc/pull/22
More information about the jmc-dev
mailing list