Show columns in view layout with custom properties
Hi!
I would like to add custom columns in my folder layout view, with a property of a custom schema.
I tried this:
<nuxeo-data-table-column name="My custom property" field="custom:property"> <template><span>[[item.properties.custom:property]]</span></template> </nuxeo-data-table-column>
But it isn't works. The column is empty even if the items have value. Any idea?
Thanks
0 votes
1 answers
878 views
Hello,
There is an example in our Nuxeo Studio Community Cookbook: https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/designer-tips-tricks#update-the-children-document-listing-in-the-view-tab-of-folderish-documents
Have a great day