docs
docs copied to clipboard
Official documentation for Vaadin and Hilla.
"Client-side consequences of the invisible setting" https://vaadin.com/docs/latest/create-ui/basic-features#client-side-consequences-of-the-invisible-setting page should mention that invisible components' DOM elements don't get updates from the server, and server-side components don't react to RPCs if the...
The [Flow internationalization docs](https://vaadin.com/docs/latest/advanced/i18n-localization) somehow fail to mention the `setLocale` API at all. Seeing as how that's just about the most important part of the i18n API, there should probably...
**Tell us about your request** I'd like to have a clear description of the DataView and DataProvider concepts in the docs. DataProvider is (I think) only mentioned in passing in...
When the browser is not supported by the Vaadin version (too old for example), a default error page is shown. It's possible to customize it by creating a file in...
All the current docs examples have two levels of hierarchy in the data. Having an enhanced example with 3 or 4 levels could clarify these cases: - How sorting works...
The [Custom Testers](https://vaadin.com/docs/latest/testing/ui-unit/component-query#custom-testers) section of the [UI Unit Testing](https://vaadin.com/docs/latest/testing/ui-unit) section could be expanded (possibly into its own page) and improved (including a discussion of best practices akin to the [Tests...
The current filtering example for Grid (https://vaadin.com/docs/latest/components/grid#filtering) has some issues: - It uses a single header row for column captions and filter fields. Although it does use a separate ``...
There's a bunch of common challenges developers encounter when doing layouts with Horizontal and Vertical Layout. Some advice for handling those challenges could be added to the docs of those...
From the [internal Slack discussion](https://vaadin.slack.com/archives/C3TGRP4HY/p1671549362025469): > Do we have an example in the docs on how to filter a grid? I see some code for filtering an in-memory grid but...
Although @CssImport is considered a non-recommended legacy feature for application theming, it is still a valid way to load styles into a Flow-based custom component. The documentation on @CssImport should...