TreeGrid Pro Addon
Component that provides a TreeGrid version of Grid Pro
TreeGrid component that allows to edit columns in the same way GridPro does. At this point it only provides the editing functionality for regular columns, it's not possible to edit hierarchical columns.
Missing features or bugs
You can report any issue or missing feature on Github.
Sponsored development
Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: Support and Pricing.
Sample code
TreeGridPro<Person> treeGridPro = new TreeGridPro<>(); treeGridPro.setItems(managers, this::getStaff); treeGridPro.addHierarchyColumn(Person::getFirstName).setHeader("First name"); treeGridPro.addEditColumn(Person::getLastName).text(Person::setLastName).setHeader("Last name"); treeGridPro.addEditColumn(Person::getEmail).text(Person::setEmail).setHeader("Email");
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Initial release
- Released
- 2024-08-12
- Maturity
- TESTED
- License
- Vaadin Commercial License
Compatibility
- Framework
- Vaadin 24.4
- Browser
- N/A
TreeGrid Pro Addon - Vaadin Add-on Directory
Component that provides a TreeGrid version of Grid ProTreeGrid component that allows to edit columns in the same way GridPro does.
At this point it only provides the editing functionality for regular columns, it's not possible to edit hierarchical columns.
#### Missing features or bugs
You can report any issue or missing feature on [Github](https://github.com/vaadin-component-factory/vcf-treegrid-pro/issues).
#### Sponsored development
Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: [Support](https://vaadin.com/solutions/support) and [Pricing](https://vaadin.com/pricing).
Issue trackerView on GitHub
TreeGrid Pro Addon version 1.0.0
Initial release