Hello everybody,
I have a custom APP that needs to represent a hierarchical data structure, like
JCR.
I have implemented it with TreeTable, and I would like to have it looking like
a Magnolia Content App.
Here my code:
final TreeTable treeTable = new MagnoliaTreeTable();
treeTable.addContainerProperty("Column A", String.class, "");
treeTable.addContainerProperty("Column B", String.class, "");
treeTable.setWidth("100%");
treeTable.addStyleName("v-magnolia-table"); // this adds the horizontal lines
Everything is fine, but I don't need the checkboxes aside of my items (no need
to perform select all / select none / multiple actions).
Is there a way I can do it via configuration or constructor?
Thanks
matteo
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=a752f575-31bb-47fb-b935-abcadd112a3d
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------