View Single Post
  #4  
Old 04-04-2013, 10:34 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 615,048
Hall of Famer is on a distinguished road
Default

All you have to do is to build an additional row above the standard table rows and below the table header. Use this syntax:

PHP Code:
            $adoptTable->buildRow(array("Column 1""Column 2""Column 3""Column 4")); 
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote