- Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Describe the bug
In OpenSearch Dashboard 2.19, table visualizations in OpenSearch Dashboards no longer display cell content using wrapped formatting.
Long text fields are now truncated or hidden, instead of wrapping to the next line.
This behavior differs from the previous version (1.3), where long text automatically wrapped and was fully visible.
To Reproduce
Steps to reproduce the behavior:
- Open OpenSearch Dashboards (v2.19).
- Navigate to a visualization or dashboard containing a Table visualization.
- Include a field with long text.
- Observe that the table cell does not wrap text and instead hides or truncates the content.
Expected behavior
Long text fields in table visualizations should wrap within the cell (as in OpenSearch Dashboards 1.3), or there should be a configuration option to enable text wrapping.
Users expect to see the full contents of the field without resizing columns manually.
OpenSearch Version
OpenSearch 2.19
Dashboards Version
OpenSearch Dashboards 2.19
Plugins
Default AWS OpenSearch plugins, no custom plugins enabled
Screenshots
N/A
Host/Environment (please complete the following information):
- OS: macOS
- Browser and version: Chrome / Firefox / Edge
Additional context
This issue did not occur in OpenSearch Dashboard 1.3, text wrapping worked correctly.
Users rely on wrapped cell content for readability and operational debugging.