Hello Team,
I am trying to build a visualization with custom table, i am trying to understand how to cll server function from Component.
s per my understanding in Kibana plugin we have min Class in public/component folder from this class we can call server route functions using httpClient.
similarly from visualization controller , i want to call server/route function using httpClient but i am not able to get httpClient from this.props
Could you please help me understand how can i achieve request ->response ->render in custom visualization.
Thank you for your help and support.
Aditya