search for: tablebody

Displaying 1 result from an estimated 1 matches for "tablebody".

Did you mean: ablebody
2006 Feb 02
3
dynamic addition of table rows
Hi, I have a table laid out something like this: <table> <thead> <tr> <th>col 1</th> <th>col 2</th> </tr> </thead> <tbody id="tablebody"> <tr> <td>moo</td> <td>moo</td> </tr> <tr> <td>moo</td> <td>moo</td> </tr> </tbody> </table> I''m using Ajax.Updater with the insertion: option to create a new insertion, lik...