cancel
Showing results for 
Search instead for 
Did you mean: 

Show columns in view layout with custom properties

sonia-c
Champ on-the-rise
Champ on-the-rise

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

2 REPLIES 2

Gregory_Carlin
Elite Collaborator
Elite Collaborator

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-tri...

Have a great day

Thanks Gregory!