Uploaded image for project: 'Nuxeo Elements'
  1. Nuxeo Elements
  2. ELEMENTS-1047

Support multivalued complex filters and sorts in nuxeo-data-table

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 2.4.0
    • Fix Version/s: HOTFIX_10.10_2.4, 3.0.x
    • Component/s: Filters

      Description

      If address is a single-valued complex containing a string street, I can filter and sort it in a nuxeo-data-table using the following code:

      <nuxeo-data-table-column name="Adresse" field="myschema:address.street" sort-by="myschema:address.street" flex="50">
      <template>
      <nuxeo-user-tag user="[[item.properties.myschema:address.street]]"></nuxeo-user-tag>
      </template>
      </nuxeo-data-table-column>
      

      But it does not work if the complex is multivalued.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                • Created:
                  Updated: