Artur
Artur
Crud should out of the box be able to support urls like `/myview` - shows crud `/myview/edit/foobar12` - selects the item with id 'foobar12' in the grid and shows the...
To be able to link to a view with a given sorting and filtering (header filters) state, grid should be able to store and retrieve the state from the URL,...
### Describe your motivation It is a common use case to style positive and negative numbers differently. It is easier if there are readily applied class names. 0 is positive....
Add @DisplayName that defines which property to use in the UI when showing a bean, enum or similar
### Describe your motivation If you want to show a bean in the UI, like a Person, City, Company, Country, Book, ... you want to show some textual representation of...
If the entity the form is editing has a `@Version` field and submit/save fails because of using an old entity, there should be an error message stating the issue ("somebody...
*Serverless Java Container version*: `1.9.1` *Implementations:* `Spring Boot 2` *Framework version:* `SpringBoot 2.7.5` *Frontend service:* `HTTP API` *Deployment method:* `SAM` ## Scenario Hilla initializes some parts through a `ServletContextInitializer` that...
If you use `Page findAll(Pageable pageable)` then Spring Data will execute the select plus the count query for every call. To get rid of the count query when you do...
### Describe your motivation In copilot we would like to use the Vaadin components but cannot directly import e.g. button for a couple of reasons: 1. We do not know...
### Description of the bug This happens if you reload / at a suitable point during startup of an application. Once the app has fully started, this no longer reproduces....