cancel
Showing results for 
Search instead for 
Did you mean: 

Properties value is not getting rendered in nuxeo-data-table element in edit mode

Ashish_Kumar_Gu
Champ in-the-making
Champ in-the-making

Hi,

I have configured a complex field for a document. This field is appearing as in nuxeo-data-table element. I have declared a property "myFormats" in document template which I want to use inside edit mode of nuxeo-data-table element. I am not able to access property "myFormats" here.

While I try to access same property in the document create view outside of nuxeo-data-table element, I am able to access it successfully.

I have attached here the code as well as the UI screenshot for reference.

Is this a bug in nuxeo-data-table element in edit mode OR I am missing something?

Thank you!

2 REPLIES 2

Gregory_Carlin
Elite Collaborator
Elite Collaborator

This shouldn't happen in LTS 2019. I can advice you to use Nuxeo Studio Designer, or take inspiration from https://www.webcomponents.org/element/nuxeo/nuxeo-ui-elements/elements/nuxeo-data-table

iker_nicolas
Champ on-the-rise
Champ on-the-rise

You solve the problem? I'm in the same situation.