This commit is contained in:
2021-02-03 18:56:05 +00:00
parent 23f8e76878
commit 95f86f7676
2 changed files with 21 additions and 1 deletions

View File

@@ -28,6 +28,10 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v
filter:[{column:"PartPartNumber",any:true/false,items:[{op: "=",value: "400735"}]}],
clientCriteria:"2" //could be anything here that makes sense to the list, in this case an example customer id for customernotedatalist
CURRENTLY IN BUILDER:
editItemFilter:{ "any": true, "items": [ { "op": "=", "value": "*thisweek*", "display": "= Week - Current", "token": true }, { "op": "=", "value": "*lastmonth*", "display": "= Month - Previous", "token": true } ] }
columns are represented in a higher level object DataListTableOptions
sort and filter are in here