Dynamically Adding Rows
How do I dynamically add rows to a table? I have a logger which dumps the data into a 2D array (renderable as a table). However this array is ever growing, and after the AWGrid table has been built, I want to add rows to it with the additional data now found in the 2D array.
Ideally I want to poke a "rowAdded()" function which calls the existing methods for pulling cell data - or even better, a "addRow(dataField0,dataField1...)" function to add a row with the data provided.
I would actually much prefer a table which I could generate the column headers for and manually add the rows to.
Any ideas as to how to accomplish this? Binning the table control and rebuilding it each time is getting very very slugish when there are more than 50 rows!
Ideally I want to poke a "rowAdded()" function which calls the existing methods for pulling cell data - or even better, a "addRow(dataField0,dataField1...)" function to add a row with the data provided.
I would actually much prefer a table which I could generate the column headers for and manually add the rows to.
Any ideas as to how to accomplish this? Binning the table control and rebuilding it each time is getting very very slugish when there are more than 50 rows!
Dan Hardiker
March 4,