nuxe-data-table


Related Questions
Hi I have the next code, When I used the property selection-formatter=“[[_getDocTitle]]“ of nuxeo-document-suggestion in the nuxeo-data-table-column the function works fine BUT when I used the same property in nuxeo-data-table-form the function not ...
  0 votes
  0 answers
  0 comments
  930 views

Hello, I have complex list and iterate and create with nuxeo-data-table, when I create item and save I haven't error then I delete item -> save, the item delete was successful, but when I try delete the last item, this not deleted. :'( I see the ...
  0 votes
  1 answers
  2 comments
  724 views

Hi, I am facing a problem in nuxeo-data-table-column-filter. In fact, I had 3 documents that titled “test1”, “test-1” and “20-05-2020” (capture 1). I would to filter them by title and display just the document “20-05-2020” so I taped in the filter ...
  0 votes
  0 answers
  0 comments
  994 views

Hello, I want to sort a nuxeo-data-table-column (numeric sort). I've used the attribute sort-by but the column was sorted by alphabetic ( for example the value 11 comes after the value 100). Note : the property is an IntegerList But I just want to ...
  0 votes
  0 answers
  0 comments
  1206 views

Has anyone development or know of a better method of display array data instead to the standard nuxeo-data-table that gets generated in a layout, specifically for view-layouts? I have a few fields that are arrays that users can enter data into ...
  1 votes
  1 answers
  3 comments
  1029 views

I want to customize the nuxeo-data-table that shows nuxeo-results in nuxeo-assets-search-results.html by adding a new column which displays a property of a parent document. I'm asking a solution to access to a parent document data in such widget. I' ...
  0 votes
  2 answers
  3 comments
  1215 views

Hello, Either the following piece of code: <nuxeo-data-table ... orderable="true" editable="true"> <nuxeo-data-table-column ...> <template> [[item]] </template> </nuxeo-data-table-column> <nuxeo-data-table-form> ...
  1 votes
  1 answers
  0 comments
  1236 views