Adding Footer to a Grid
What is the proper method of adding a footer to a grid?
I'm having a lot of problems with trying to place a TFOOT tag in the right place. (if that's the right method.) I've tried using the setContent method to inject the tag, as well as just doing a document.write("<TFOOT>my footer</TFOOT>") directly after the table element gets drawn , but no dice.
What do you all suggest?
I'm having a lot of problems with trying to place a TFOOT tag in the right place. (if that's the right method.) I've tried using the setContent method to inject the tag, as well as just doing a document.write("<TFOOT>my footer</TFOOT>") directly after the table element gets drawn , but no dice.
What do you all suggest?
Albert Perrien II
December 30,