-
Notifications
You must be signed in to change notification settings - Fork 64
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
Wrong data shown if computed column with col() is before the referenced column #243
Comments
- Handle col() before referenced data
I just reproduced the issue with |
Thanks, unfortunately, col['test'] does not work for me as per issue #238, but indeed based on the index it works ok. |
Great news: Enhanced Table v1.13.0 is out with this issue fixed! Check it there: |
Versions:
Kibana: 1.15.2
enhanced table: 12.2.2
Steps to reproduce:
To reproduce:
In dev tools:
enhanced table setup:
Result:
When i move the position to 2 or leave it empty the correct data is filled
The text was updated successfully, but these errors were encountered: