CSV Table - How to change cell data in a script ?
I populate a CSV table from a http.request & table.request.
Can I change a table cell data not mapped to a grid ?
I tried changing cell(1,1) using table.setCellData('my data',1,1) &
table.setCellText('my data',1,1) but browser displays is not a function
dataCell data.
Syntax
var value = obj.getData();
obj.setData(value);
Thanks
Can I change a table cell data not mapped to a grid ?
I tried changing cell(1,1) using table.setCellData('my data',1,1) &
table.setCellText('my data',1,1) but browser displays is not a function
dataCell data.
Syntax
var value = obj.getData();
obj.setData(value);
Thanks
Jose
May 16,