This package contains the necessary classes to configure a VTABLE with a tree render
1 Tree
This package contains the necessary classes to configure a VTABLE with a tree render
Example
Copy
return new Ax.ext.view.tree.Builder() .setId("category_id") .setParentId("category_parent") .setDescription("category_name") .build();