Hello @fbaligand ,
I am using computed columns to show Hyperlink values. The issue I'm facing is that this columns not always contains the value and somethimes the data from backend itself is not available, hence computed columns are unable to handle null values.
I'd like to show the values if available and if not should show blank/null(-).Not sure how to handle this in cell computed css.Please suggest how to best handle this.
Version 8.8.2 -Enhanced Table.
For now what hack I am applying is that from backend if no value is there then I am sending its as empty string i.e " ". With this in kibana enhanced table it show (empty) ,but this don't work for date value(I would like to have consistency either everything should show - or empty), else its confusing. Second Imgae.
Thanks