still torn apart but getting there at server, no client work done yet at all
This commit is contained in:
@@ -86,16 +86,7 @@ todo: DataList view and filter are combined and this is wrong
|
|||||||
}
|
}
|
||||||
|
|
||||||
TO THIS:
|
TO THIS:
|
||||||
{
|
See DataListOptions.cs for format
|
||||||
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
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
# METAVIEW / VARIANT / PROGRAMMATIC FILTERING
|
# METAVIEW / VARIANT / PROGRAMMATIC FILTERING
|
||||||
There are filters users make and filters the program makes
|
There are filters users make and filters the program makes
|
||||||
|
|||||||
Reference in New Issue
Block a user