-
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
-
Tags:
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.
- is related to
-
ELEMENTS-1116 nuxeo-data-table should be compatible with a subset of properties of a complex
- Resolved