Open rbrki07 opened 2 weeks ago
Adding the emptyState
property sounds good. The underlying slotted element could have display: contents;
in addition.
I would like to provide a PR for this.
Why was this PR not merged: https://github.com/vaadin/react-components/pull/248? It would be a good base for implementing this feature request.
Describe your motivation
Vaadin 24.5 added an empty state property to the grid component: https://vaadin.com/docs/latest/components/grid#empty-state. It would be great to be able to use this property in
AutoGrid
as well.Describe the solution you'd like
Describe alternatives you've considered
Or
Additional context
No response