1)I'm trying to achieve this implementation where in I'm having 1 coulmn that I'd like to convert it into hyperlink and on click of that it should redirect to new dashboard with same filed value showing there in all visuals.
2)Is this also possible if certain column values can be added as button-green,red,yellow and on click of that should execute an endpoint logic.
Request Id(link to be created) and Status(Button type required)----Both are stored as text,keyword i.e string.
This is possible:
If you need some column value to be converted to hyperlink filed and on click of that route to some log file or some location, you can try your hands on ENHANCED DATA TABLE plugin. It does provides this functionality. But you need to send your data from backend using html tags and table will parse that. Its capable of html and css alteration to some extent.
ex:<a href="www.logfilepath.com/lin/to/log/path/root>Log session
Now using enhanced datatable and using computed column option in it you can achieve the desired.
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.