|
Hi, \nI am trying to make a cell invisible when a user clicks on it. I have modified the code in overlays.html as follows : \n\nBut, it is not working. The cell is still visible. What am I doing wrong? \nThanks in advance. |
|
Use the model, ie. graph.getModel().setVisible(cell, false) for the repaint to work. Thanks Gaudenz.
(06 Feb, 22:24)
punithsn
|