Hi,
I look at demo for
https://paramquery.com/pro/demos/datamap.
The column of 'name', 'deliverytime' and 'unitprice can be changed by changing "Select Id" list.
When setting the value in dataModel, I'd like to make the value reflected.
ex. javascript:33 in demo
dataModel: { data: [{}, {}, {}, {}] }
↓
dataModel: { data: [{"id":"A1-B1-2"}, {}, {}, {}] }
"Edit and Run" is change the "Select ID" column only.
I'd like also to make a dataMap reflected in this case.
Are there any good advice?
Best regards.