I'm trying to implement a custom field formatter, which displays a button and when user click this button, an HTTP post request will be sent, and the response will be in a popup window displayed. Now the button is correctly displayed, however when user clicks the button, the function binded to onClick event is not fired. I guees, somehow angularjs has taken over the event and it is not captured by browser. And I noticeed that the output of my custom field formatter is wrapped in a tag
<span ng-non-bindable>
Can someone please explain me, why the javascript function binded to onClick event can't be executed? Is it possible to add eventlistener to an element in a custom field formmatter?
I am not aware of any limitations on this and I've also asked the Kibana security team about it and they said there shouldn't be any limitations to that. Can you give us more details on how you're implementing this? Is it a custom one or just overwriting an existing one?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.