I am actually building out the table using dom and getting the information
in the form of json. with 500+ records i would not recommend that. But
this is how I am clearing and adding:
I am using monitortable as my table id and i have the table set up like so:
<table>
<thead><tr><th></th></tr></thead>
<tbody></tbody>
</table>
$('#monitortable > tbody').empty().append(html);
html being the html return by the ajax call with the dataType set to html
--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/