Acting on Data in Grid
Good Afternoon,
I get my grid to load from a csv file and it has 3 columns.
I would like to run a function on each row where I pass said function the contents of the columns as separate variables.
function processgrid( col1,col2,col3)
{
...
}
how do I do this.
I get my grid to load from a csv file and it has 3 columns.
I would like to run a function on each row where I pass said function the contents of the columns as separate variables.
function processgrid( col1,col2,col3)
{
...
}
how do I do this.
Allen
April 1,