3.2.0

deleting a row

#1. How to delete a selected row?

Thanks!
--Ping Ling
Ping Ling
May 13,
I'm using this:

if (confirm("Wanna delete me?")) {
returnVal = myData.splice(index,1);
obj.setRowProperty("count", myArray.length);
obj.refresh();
alert ("Deleted Row: " + returnVal );
}
Basking Rootwalla
May 17,
i want to delete all the java things that are stoppin me gettin into www.hotmail.com
Nathan i am
September 9,

This topic is archived.

See also:


Back to support forum