v.22.5Improvement

Play UI: Display Single Row Results Vertically with Multiple Columns

Play UI: If there is one row in result and more than a few columns, display the result vertically. Continuation of #36811. #36842 (Alexey Milovidov).
The Play UI now displays query results with a single row and many columns in a vertical layout for improved readability.

Why it matters

This feature addresses usability by making wide, single-row query results easier to read and analyze, preventing horizontal scrolling and enhancing the user experience when working with data that has numerous columns.

How to use it

When using the Play UI to run queries, if the result contains exactly one row and multiple columns, the output will automatically be displayed vertically without requiring additional user action.