web-components icon indicating copy to clipboard operation
web-components copied to clipboard

[grid] Select All checkbox appears in selected state on empty grid

Open vursen opened this issue 4 months ago • 0 comments

Description

image

Expected outcome

The "Select All" checkbox should be hidden when the grid is empty

Minimal reproducible example

<script type="module">
  import '@vaadin/grid/all-imports';
</script>

<vaadin-grid item-id-path="name">
  <vaadin-grid-selection-column select-all></vaadin-grid-selection-column>
  <vaadin-grid-column path="name"></vaadin-grid-column>
</vaadin-grid>

Environment

Vaadin version(s): 24.5 and earlier OS: Mac OS

vursen avatar Oct 23 '24 10:10 vursen