How to disable the add functionality in table control

Issue #19 resolved
magesh waran created an issue

Hi Team,

Is there any property level configuration to disable add button in table control?

Comments (2)

  1. Panemu Ind repo owner

    You can remove the button:

    table.setVisibleComponents(false, Component.BUTTON_INSERT);

  2. Log in to comment