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

1049 views

ANSWER



1 votes



Thanks Gregory! I was forgetting to add my scheme in nuxeo-page-provider.
10/22/2019