This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user