hilla icon indicating copy to clipboard operation
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.

Results 422 hilla issues
Sort by recently updated
recently updated
newest added

LocalDate should be rendered as a date picker, LocalDateTime as a date time picker and LocalTime as a time picker

enhancement
hilla

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...

enhancement
hilla

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...

enhancement
hilla

It should be possible to get a popup with the form instead of having it on the right hand side

enhancement
hilla

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...

enhancement
hilla

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...

enhancement
hilla

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...

enhancement
hilla

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,...

enhancement
hilla

### 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...

enhancement
hilla

### 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....

enhancement
hilla