Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 11, 2008 12:08
open dhtmlx forum
How to remove attribute (for example, id) from the cell? ...

How to remove attribute (for example, id) from the cell?
Answer posted by Support on Nov 12, 2008 02:57
You can't fully remove attribute, but only set it to null or other empty value

grid.cell(i,j).setAttribute("id",null);