-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add grid empty state documentation #3493
Conversation
{/* tag::snippet[] */} | ||
<span slot="empty-state">No employees found.</span> | ||
{/* end::snippet[] */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Snippets for React / Lit should include the grid definition IMO, otherwise it may be confusing what to do with that single line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@jouni why change the base to |
@tomivirkki because new, non-breaking, features are always merged to latest, and indicated with the versioning badge. vaadin.com/docs/next should redirect to vaadin.com/docs/latest until we need a breaking change in the docs again. |
@jouni Since this PR includes code examples that require API from |
Yes, we do need to update the version to be able to use new APIs. |
8bf0ac9
to
c2e8d47
Compare
Add documentation for the Grid empty state feature
Part of vaadin/platform#5719