Directory

← Back

TreeGrid Pro Addon

Component that provides a TreeGrid version of Grid Pro

Author

Rating

Popularity

<100

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.

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");

Compatibility

(Loading compatibility data...)

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 Pro TreeGrid Pro Addon - Vaadin Add-on Directory
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](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 tracker
View on GitHub

TreeGrid Pro Addon version 1.0.0
Initial release

Online