still torn apart but getting there at server, no client work done yet at all

This commit is contained in:
2021-01-27 01:22:15 +00:00
parent 882adf63a0
commit 6e890ab8e9

View File

@@ -86,16 +86,7 @@ todo: DataList view and filter are combined and this is wrong
}
TO THIS:
{
offset: 0,
limit: 10,
dataListKey: "PartInventoryTransactionsDataList",
columns:["PartInventoryTransactionEntryDate","PartPartNumber","PartWarehouseName","PartInventoryTransactionQuantity","PartInventoryTransactionDescription","PartInventoryTransactionSource","PartInventoryBalance"]
sortBy:["PartInventoryTransactionEntryDate-"],//All sorted columns here appends + for ascending - for descending to field name
filter:[{column:"PartPartNumber",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
}
See DataListOptions.cs for format
# METAVIEW / VARIANT / PROGRAMMATIC FILTERING
There are filters users make and filters the program makes