GroupTable Editable to false is not working

Hi Guys,

Is it a bug where i set GroupTable to editable false is not working?

@Inject
private GroupTable table;

@Override
public void ready(){

    table.setEditable(false);
}

Dynamic change of this attribute is not supported as i can remember.
upd: docs

1 Like

Hi :slight_smile:

So i was doing a dynamic change i didn’t even know about that :sweat_smile::sweat_smile::sweat_smile:

Thanks for the help.

Keep up the good work.