I want to insert a new row below the frozen header row at the top of the table. The problem I am facing is that the number of rows in the header is constantly changing, but I always want the row to be inserted in the first row under the header. Is there a flag in the line that says it's frozen? which I could just count the number of rows with the specified flag, add 1 and insert a row. Any help would be very helpful.
Matt
source share