Hi!
How can I set the title attribute of an image column when using addRow method?
I have something like this and i need to set a title for the fourth column:
this.addRow(nextrow, nextrow + “,00:00,…/PermisosDeTrabajo/imagenes/iconos/eliminar.png”, ultimaFila);
Thanks!