Azure / ibex-dashboard

Custom Analytics Dashboard for Microsoft Bot Framework and other applications as well
http://aka.ms/ibex
MIT License
169 stars 189 forks source link

"Table" does not display the title #372

Closed benjamineich closed 6 years ago

benjamineich commented 6 years ago

Hi, is it possible to display a title in the table view control? I've already set the title property, but it's only used in the popup.

In other controls, the title is displayed at the top of the control (e.g. "Intents Graph" in BarData).

Cheers, Benji

morsh commented 6 years ago

Hi @benjamineich - Currently the way we set titles for tables is using the header of the first column like here: https://github.com/Azure/ibex-dashboard/blob/master/server/dashboards/preconfigured/bot-framework-inst.ts#L623

Where we set the header test to be Top 5 Positive

benjamineich commented 6 years ago

Hi @morsh Thank you for the fast response! I'll do it the way you suggested.