You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
567 B
7 lines
567 B
3 years ago
|
let {tableview, dateadded, winetype, vintage, producer, variety, designation, theme, country, vineyard, region, terroir, appellation} = input;
|
||
|
const {globalFunc} = customJS
|
||
|
const DataType = 'Wine'
|
||
|
//let templacetype = globalFunc.Get1stArg(placetype)
|
||
|
|
||
|
return globalFunc.getTable(dv, DataType, ["dateadded", "winetype", "vintage", "producer", "variety", "designation", "theme", "country", "vineyard", "region", "terroir", "appellation"], [dateadded, winetype, vintage, producer, variety, designation, theme, country, vineyard, region, terroir, appellation], tableview)
|