Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The checkbox column must not be an optional column from the "options" button in a grid. #756

Open
Pedroloma opened this issue Jul 31, 2023 · 0 comments

Comments

@Pedroloma
Copy link
Collaborator

Pedroloma commented Jul 31, 2023

Describe the bug
If a grid has a check box column, this column is available in the options dialog shown from the "options" button. But the behavior must be the same as the "content-menu" column, it's meant that the check box column position must be fixed and the user cannot change it.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the showcase of Systelab components.
  2. At the tables tab, go to the Grid section.
  3. On the first grid example, click on the "Options" button.
  4. The below screenshot will be shown.
  5. The number of available columns is wrong, 7, actually there are 6 only columns.
  6. If click on the "Remove all columns "Remove all (7)", an empty line appears at the first position on the left grid.
  7. This empty line can be added at any position, but it is not shown on the right grid.
  8. See error

Expected behavior
The checkbox column, if exists, must be always the first column on the grid and it must not be selectable on the options dialog.

Screenshots

image

When all columns are removed.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant