hilla
hilla copied to clipboard
Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
LocalDate should be rendered as a date picker, LocalDateTime as a date time picker and LocalTime as a time picker
It is very common to use a DTO to show e.g. aggregated data in the grid while then editing a complex entity with sub entities in the form. It should...
This is an enhancement of #1427. If a save conflict occurs, then a fresh copy of the object should be fetched and a *understandable* three way diff between the value...
It should be possible to get a popup with the form instead of having it on the right hand side
If you have a crud open, select an item, edit some values and then either select another value in the grid or try to navigate to another view, there should...
Instead of fetching new data when the end user does certain operations, the grid should be connected to a reactive endpoint so it gets events immediately when other users modify...
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 In many real-world cases, the form for adding/editing the records is complex and big, and forcing the developers/users to only have it side-by-side with a grid...
### 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....