Hi @fbaligand,
I'm very thank you for creating Kibana Enhanced Table Plugin.
Can I know if there is a way to achieve to draw the table cell line / separator in this plugin?
Hi @fbaligand,
I'm very thank you for creating Kibana Enhanced Table Plugin.
Can I know if there is a way to achieve to draw the table cell line / separator in this plugin?
You can try to fill « computed row css » setting, or in a computed column, « computed cell css ».
With custom css, you should be able to draw cell lines.
Could you be more precise?
Sorry of confusion..
excel comments
Can I add comments into the table?
If not, can I have a chance to develop on top of your work?
You can eventually use "Template" setting in computed columns, and define a custom rendering HTML snippet that display some tooltip.
For example:
<span title="{{col1}}">{{value}}</span>
That said, enhanced table plugin is under Apache 2.0 license.
So you are free to fork it and create your own version.
© 2020. All Rights Reserved - Elasticsearch
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.