This commit is contained in:
2020-02-13 23:03:05 +00:00
parent 144e92dabe
commit d032ceb125
4 changed files with 104 additions and 45 deletions

View File

@@ -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)