:: Forum >>

remove row from XML

var table = new AW.XML.Table;
    
    // provide data URL
    table.setURL("http://server.com/site/testgrid.php?docnum="+docnum);
    
    
    // start asyncronous data retrieval
    table.request();


Now I need to remove a row from this "table" object so that when I refresh the grid it will remove the row.
Anyone have any details on how this is done?
HoseHead
Thursday, May 18, 2006

This topic is archived.


Back to support forum

Forum search