rpbouman / huey

A UI for DuckDB
MIT License
181 stars 14 forks source link

Feature: Hide repetitive values in both columns and rows #80

Open IvoMoor opened 4 months ago

IvoMoor commented 4 months ago

A setting to hide repetitive column and row values would be nice for a better readability of the results.

With the setting switched off, the results should be displayed like: col1 col2
Value A X
Value A Y
Value A Z
Value B X
Value B Y
Value B Z
When switched on, it should look like: col1 col2
Value A X
Y
Z
Value B X
Y
Z