From dd8f8225fbcb76807e9242f0ab01545514b70737 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 13 Feb 2020 19:54:53 +0000 Subject: [PATCH] --- .../core-list-graph-datatable-filtering-sorting-paging.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devdocs/specs/core-list-graph-datatable-filtering-sorting-paging.txt b/devdocs/specs/core-list-graph-datatable-filtering-sorting-paging.txt index c47d73bb..d5877f05 100644 --- a/devdocs/specs/core-list-graph-datatable-filtering-sorting-paging.txt +++ b/devdocs/specs/core-list-graph-datatable-filtering-sorting-paging.txt @@ -55,6 +55,10 @@ filter:{any:true/false,items:[ {op:"OPERATOR",value:One of an array of strings, single string or single value of any supported type, i.e. int, decimal, bool iso8601 date etc } ]} +ID VALUE vs NAME VALUE + Some colums represent both an ID and a text name, in those cases if the operator is Equals or NotEquals and the "value" property of the filter is a number then it's a specific ID + Otherwise if it's a string it's always filtering by the display name instead + AUTHORIZATION: Authorization is controlled via roles set on underlying DataList object itself We provide a DataList suitable for picklists with ANY role access and anything with sensitive info has it's DataList Required roles to higher level