File tree 2 files changed +2
-3
lines changed 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ Manual Sorting is supported outside of the component to allow for custom connect
330
330
331
331
``` vbscript
332
332
If (ctxSortAsc,
333
- 'SampleNamespace.PILLTable .CurrentSortDirection'.Ascending,
334
- 'SampleNamespace.PILLTable .CurrentSortDirection'.Descending)
333
+ 'PowerCAT.FluentDetailsList .CurrentSortDirection'.Ascending,
334
+ 'PowerCAT.FluentDetailsList .CurrentSortDirection'.Descending)
335
335
```
336
336
337
337
6 . Set the input items collection to sort using the context variables set above:
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ The Tag Picker code component provides the following features:
7
7
3 . Allows users to select from suggestions or enter a free text tag
8
8
4 . Raises ** On Change** event when a user adds or removes a tag
9
9
5 . Allows programmatic ** Set Focus**
10
- 6 . Styled to closely match the PILL Spec.
11
10
12
11
## Datasets
13
12
You can’t perform that action at this time.
0 commit comments