Currently the inspect modal in Explore Logs is just a <pre> tag in a modal, ideally TableCellInspector would be exposed by core Grafana to apps like Explore Logs, but we can work around this in the short term and use the CodeEditor component with the new wordWrapadded in 10.3.
TL;DR:
Add this new Table feature:
To Explore Logs, which would look something like this:
Currently the inspect modal in Explore Logs is just a
<pre>
tag in a modal, ideallyTableCellInspector
would be exposed by core Grafana to apps like Explore Logs, but we can work around this in the short term and use theCodeEditor
component with the newwordWrap
added in 10.3.TL;DR: Add this new Table feature:
To Explore Logs, which would look something like this:
Also discuss moving to drawer, and seeing if core Grafana can expose TableCellInspector (https://github.com/grafana/grafana/issues/93590)