Hi,
Is it possible to create Vega/Vega-Lite outputs which produces visualization similar to "Data Table" available in Kibana?
The reason I'm trying to use Vega instead of "Data Table" directly is because I have to perform a few data transformations (such as joinaggregate, filters etc) within the data/transforms of Vega before producing the final output.
Thanks