Skip to content

setEmptyGridLabel not working when setting grid's items #102

@flang

Description

@flang

Steps to reproduce:

  1. Set grid items
    grid.setItems(List.of());
  2. Set the empty label component
    GridHelper.setEmptyGridLabel(grid, new Label("No records found"));
  3. Label indicating no records found should be displayed but it's not.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions