Kibana 9 - Detail pane is a bad replacement for Expandable row for my use cases

In Kibana 8 we continued to use the "old" UI that offered to expand each row individually to show it's detail values.

This works good as the full width of the windows is also available to the detailed attributes and so no artificial line breaks are e.g. introduced in stack-traces.

With Kibana 9 the old UI is not available any longer and the new one is honestly a downgrade:

Instead of "Expandable row" the "Detail pane" pattern is used for visualization of detail entries.

This introduces several problems:

  • only one detail entry can be opened at a time
  • the detail pane is now limited to ~30% of the screen width, so it show artifical line breaks when the offered width is not sufficient

I'd vote for an option to make it customizable if the details are opened in

  • Expandable Row
  • Detail Pane

(Note that I'm using terms from the Clarity UI Framework to describe the detected patterns - unfortunately I'm not allowed to post links to their documentation but you'll find the detail in the "Datagrid" section in their documentation)

Thanks!