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

Selector in tableview counted as value column #19

Open
isbm opened this issue Feb 15, 2023 · 0 comments
Open

Selector in tableview counted as value column #19

isbm opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@isbm
Copy link
Owner

isbm commented Feb 15, 2023

The following will return an empty value:

attributes:
  - selector
  - value = 1

Selector column is also included into the result.

NOTE: this works correctly when hidden column is present, e.g. this will return "c" as expected:

attributes:
  - selector
  - hidden,value = 3
options:
  - ["some", "header", "value"]
  - ["a", "b", "c"]
@isbm isbm added the bug Something isn't working label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant