[Rev 02] RFR: 6659: Remove 'Showing X of Y events...' table message when not applicable

Marcus Hirt hirt at openjdk.java.net
Mon Jan 13 18:17:56 UTC 2020


On Mon, 13 Jan 2020 18:17:56 GMT, Jessye Coleman-Shapiro <github.com+29706926+jessyec-s at openjdk.org> wrote:

>> This patch addresses the following issue: 
>> 
>> When a table made with an itemList has more rows than the set maximum that can be shown, it displays a message "Showing X of Y events..." in its last row. This message is not removed if a search is performed on the table that results in fewer then the maximum number of events being displayed. For example, this is seen in the Exceptions page in the Event Log table.
>> ![table-example](https://user-images.githubusercontent.com/29706926/72159945-6cf9c380-338b-11ea-9f32-0fd3a6654709.png)
>> 
>> This patch makes the 'Showing X of Y events...'  table message disappear when less than the maximum number of events that can be displayed populate a table.
> 
> The pull request has been updated with 1 additional commit.



-------------

Marked as reviewed by hirt (Lead).

PR: https://git.openjdk.java.net/jmc/pull/28


More information about the jmc-dev mailing list