3.2.0

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
May 18,

This topic is archived.

See also:


Back to support forum