Buttons position after pagination in TableControl

Issue #38 wontfix
Javlon Eraliyev created an issue

If you change component visibility like below:

setVisibleComponents(false, Component.BUTTON_INSERT);
setVisibleComponents(true, Component.BUTTON_INSERT);

you will see Component.BUTTON_INSERT after Component.BUTTON_PAGINATION.

Comments (3)

  1. Amrullah

    The position of the buttons are able to be customized that way. To fix your problem, you should set visible false all components before insert button and set the visible back in correct order.

  2. Javlon Eraliyev reporter

    Hi, In my case, I disabled and enabled visibility of pagination to be last.\

    Thanks.

  3. Log in to comment