mendixlabs / mendix-tree-table

Mendix Tree Table (Mendix 8, React based, Webmodeler compatible)
https://appstore.home.mendix.com/link/app/111095/
Other
3 stars 5 forks source link
mendix react widget

Apache License Build Status Coverage Status Dependencies DevDependencies Support Studio GitHub release GitHub issues DeepScan grade Available

Mendix Tree Table

Mendix Tree Table using Ant Design Table (MIT License).

logo

Show a tree-like structure in Mendix.

preview

See test-project https://reacttreeview-sandbox.mxapps.io/ for a live demo! This project is also used for all E2E tests. See at the bottom of this README a preview of the domain model. Test-project can be downloaded here

Features

This widget is only ~500Kb uncompressed, so in your cloud environment this would be about ~140Kb. This is light-weight for any project.

Tested:

Basic configuration

1. Data

Data

2. Children

Children

3. Helper

Helper

4. Columns

Columns

4.1. Column List

Columns sub

5. Dynamic Columns

Note:

In order to get the attributes of your Node entity in your project, I encourage you to use the Model Reflection module in the AppStore. This has the ability to load all entities and read their attributes. Then use this to create your Column entities.

6. Events

Events

7. UI

UI

8. Selection

Selection

9. Misc

Misc

Test-project

The test-project uses the following domain model. This is purely an example, but can be used as an inspiration to use in your own project:

domain-model-example

Test-project can be downloaded here

Issues, suggestions and feature requests

Please report your issues here

License

Apache 2