This topic is locked

Insert row of sub-headers every 20 or 30 rows

10/17/2009 11:57:12 PM
PHPRunner General questions
W
wb3v author

As more rows are added you must scroll back to the top to see the subheaders or lets call them column titles. I would like a way to insert a row of column titles every 20-30 rows. This will definitely help with display of 500 to over a 1000 rows.

W
wb3v author 10/18/2009

I had looked at that before I posted, and I didn't think it applied to what I am trying to to accomplish. Did I miss something?

L
lewisekrantz 10/20/2009



I had looked at that before I posted, and I didn't think it applied to what I am trying to to accomplish. Did I miss something?


I think that if you modified that code to do the following;
Create A counter
Add 1 to the counter each time a data row is displayed

When the counter is = 20 display the header row again and set the counter back to 1 and start over