3.2.0

How to give dynamical data



Actually we get data dynamically, for that how can i send data to the table,
suresh
March 15,
You have to use ASP to get it done
jyostna
March 16,
we can send it by get or post method
Amit Aher
July 31,

Set the new value to myData[], and refresh the table.

obj.setRowCount(num_rows)
obj.setSelectionProperty("values", new Array());
obj.setRowProperty("value", function(i){return i});
obj.refresh();
flashsnake
August 1,

This topic is archived.

See also:


Back to support forum