{"id":19655885,"url":"https://github.com/vaadin-component-factory/vcf-treegrid-pro","last_synced_at":"2026-05-19T17:33:28.616Z","repository":{"id":252787602,"uuid":"838453267","full_name":"vaadin-component-factory/vcf-treegrid-pro","owner":"vaadin-component-factory","description":"Vaadin Extension that provides GridPro functionalities to TreeGrid","archived":false,"fork":false,"pushed_at":"2024-08-12T12:59:10.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-10T00:36:25.392Z","etag":null,"topics":["addon","gridpro","treegrid","vaadin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaadin-component-factory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-05T17:08:27.000Z","updated_at":"2024-08-12T12:59:13.000Z","dependencies_parsed_at":"2024-08-12T14:55:50.132Z","dependency_job_id":null,"html_url":"https://github.com/vaadin-component-factory/vcf-treegrid-pro","commit_stats":null,"previous_names":["vaadin-component-factory/vcf-treegrid-pro"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-treegrid-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-treegrid-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-treegrid-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin-component-factory%2Fvcf-treegrid-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaadin-component-factory","download_url":"https://codeload.github.com/vaadin-component-factory/vcf-treegrid-pro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240964352,"owners_count":19885733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","gridpro","treegrid","vaadin"],"created_at":"2024-11-11T15:24:30.355Z","updated_at":"2025-12-29T13:51:19.388Z","avatar_url":"https://github.com/vaadin-component-factory.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TreeGrid Pro Addon for Vaadin Flow\n\nThis project is an addon that provides a TreeGrid version of Grid Pro\n\nThis component is part of Vaadin Component Factory\n\n## Running the component demo\nRun from the command line:\n- `mvn  -pl vcf-treegrid-pro-demo -Pwar install jetty:run`\n\nThen navigate to `http://localhost:8080/`\n\n## Installing the component\nRun from the command line:\n- `mvn clean install -DskipTests`\n\n## Profiles\n### Profile \"directory\"\nThis profile, when enabled, will create the zip file for uploading to Vaadin's directory\n\n### Profile \"production\"\nThis profile, when enabled, will execute a production build for the demo\n\n## Using the component in a Flow application\nTo use the component in an application using maven,\nadd the following dependency to your `pom.xml`:\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.vaadin.addons.componentfactory\u003c/groupId\u003e\n    \u003cartifactId\u003evcf-treegrid-pro\u003c/artifactId\u003e\n    \u003cversion\u003e${component.version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nThen use it as a regular tree grid, but you can also add edit columns in the following way:\n\n```java\nTreeGridPro\u003cPerson\u003e treeGridPro = new TreeGridPro\u003c\u003e();\ntreeGridPro.setItems(managers, this::getStaff);\ntreeGridPro.addHierarchyColumn(Person::getFirstName).setHeader(\"First name\");\ntreeGridPro.addEditColumn(Person::getLastName).text(Person::setLastName).setHeader(\"Last name\");\ntreeGridPro.addEditColumn(Person::getEmail).text(Person::setEmail).setHeader(\"Email\");\n```\n\n## Flow documentation\nDocumentation for flow can be found in [Flow documentation](https://vaadin.com/docs/v24/flow/overview).\n\n## License\nDistributed under Vaadin Commercial License, see [LICENSE](https://github.com/vaadin-component-factory/vcf-treegrid-pro/blob/main/LICENSE).\n\nTreeGrid Pro Component for Vaadin Flow is written by Vaadin Ltd.\n\n### Sponsored development\nMajor 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/support) and [Pricing](https://vaadin.com/pricing).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaadin-component-factory%2Fvcf-treegrid-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaadin-component-factory%2Fvcf-treegrid-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaadin-component-factory%2Fvcf-treegrid-pro/lists"}