vaadin / react-components

15 stars 4 forks source link

feat: add empty state API to grid #248

Closed tomivirkki closed 5 months ago

tomivirkki commented 6 months ago

Description

Add React-friendly empty state API for Grid:

<Grid emptyState="No items">
  <GridColumn path="name"></GridColumn>
</Grid>

Type of change

Feature