asked on April 9, 2015
We have a need to create a table that will take information like this screenshot:
I need to be able to have a set number of rows in the table (which is easy to do through the interface), but I need to set the next row to have Grade set to Kindergarten and Season to Winter. Then the next row Grade set to Kindergarten and Season set to Spring. The row after that would change the Grade to 1st and set the Season to Fall.
I imagine this has to be done using JavaScript, but I'm not sure how to go about it. Any help would greatly help.
0
0