https://github.com/appreciated/master-detail-view
Master / detail behaviour for the Vaadin Platform
https://github.com/appreciated/master-detail-view
master-detail vaadin-addon vaadin-flow
Last synced: 2 months ago
JSON representation
Master / detail behaviour for the Vaadin Platform
- Host: GitHub
- URL: https://github.com/appreciated/master-detail-view
- Owner: appreciated
- License: apache-2.0
- Created: 2019-02-16T21:42:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:10:12.000Z (over 2 years ago)
- Last Synced: 2025-02-08T00:43:53.459Z (4 months ago)
- Topics: master-detail, vaadin-addon, vaadin-flow
- Language: Java
- Homepage:
- Size: 736 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Master/Detail View
This is a Addon that allows you to create a View with a master / details behaviour.
## Development instructions
Starting the test/demo server:
```
mvn jetty:run
```This deploys demo at http://localhost:8080
### Branching information
* `master` the latest version of the starter, using latest platform snapshot
* `V10` the version for Vaadin 10
* `V11` the version for Vaadin 11