Hi
I'm using a JideTable with TableHeaderPopupMenuInstaller:
TableHeaderPopupMenuInstaller installer = new TableHeaderPopupMenuInstaller(tblAlarms);
installer.addTableHeaderPopupMenuCustomizer(new AutoResizePopupMenuCustomizer());
installer.addTableHeaderPopupMenuCustomizer(new TableColumnChooserPopupMenuCustomizer());
I'm using custom CellRendes and CellEditors too.
So, when i press "Reset to Default " in the popup menu , its remove all my custom renders & editors. Is there a trick to remove this option?
Thanks