Currently, if a ui.panel is created due to auto wrapping, the panel gets a title of Untitled. If a user specifies the panel, but not the title, it defaults to the name of the overall widget. We should try to infer the type of the panel better to give a better default title. A panel that just contains a table could be titled Table instead. However, there are some cases that aren't straightforward like a panel with a table and chart in it.
Currently, if a
ui.panelis created due to auto wrapping, the panel gets a title ofUntitled. If a user specifies the panel, but not the title, it defaults to the name of the overall widget. We should try to infer the type of the panel better to give a better default title. A panel that just contains a table could be titledTableinstead. However, there are some cases that aren't straightforward like a panel with a table and chart in it.