TablePanel: Add cell inspect option (#45620)

* TablePanel: Add cell preview option

* Review comments

* Change modal title

* Review

* Review 2

* Docs
This commit is contained in:
Dominik Prokop
2022-02-28 06:35:05 -08:00
committed by GitHub
parent c014f8b806
commit eb537e2efd
10 changed files with 247 additions and 108 deletions

View File

@@ -96,6 +96,12 @@ If you have a field value that is an image URL or a base64 encoded image you can
{{< figure src="/static/img/docs/v73/table_hover.gif" max-width="900px" caption="Table hover" >}}
## Cell value inspect
Enables value inspection from table cell. The raw value is presented in a modal window.
> **Note:** Cell value inspection is only available when cell display mode is set to Auto, Color text, Color background or JSON View.
## Column filter
You can temporarily change how column data is displayed. For example, you can order values from highest to lowest or hide specific values. For more information, refer to [Filter table columns]({{< relref "./filter-table-columns.md" >}}).