4myGod
29 Sep 2009, 11:32 PM
I can't use .update with a table in IE, so I started using append tr with children td. Now though I want to reset that table to have 0 rows before I put in the new tr's with children td's.
How do I blank out a table? The table equivalent of:
Ext.get('table-id').update('');
How do I blank out a table? The table equivalent of:
Ext.get('table-id').update('');