Categories | Question details Back To List | ||
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); |