This commit is contained in:
@@ -48,7 +48,9 @@ DataListView JSON:
|
||||
|
||||
Sort property definition
|
||||
ID VS NAME
|
||||
if it's an name *and* id field
|
||||
if it's an name *and* id field it won't matter because it will sort by name only
|
||||
I've thought about it and can't see a use case for needing to sort by the underlying ID value, but if people want that they can just not sort the list to get
|
||||
the most recent records at the top (for example)
|
||||
|
||||
Filter object definition:
|
||||
Has an "any" boolean property which if true means make an OR query of the conditions if more than one, if nore present or false it means AND each condition (if more than one)
|
||||
|
||||
Reference in New Issue
Block a user