3.2.0

Delete a row of xml table

I have a XML table with 22 registers.
I modify the first row using ...

var node = tablaClientes.getNode(2,0);
node.text = "Por fin 1";

How delete/add one row?
Also using nodes?

Thanks
PMC
February 17,

This topic is archived.

See also:


Back to support forum