Skip to content

Commit

Permalink
small updates to view page.
Browse files Browse the repository at this point in the history
  • Loading branch information
djl11 committed Feb 27, 2025
1 parent 978d86f commit f12b483
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions interfaces/views.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,16 @@ Every **cell** in a table is an atomic unit, which can be viewed independently.

In it's most basic form, the view pane acts as an expressive viewer for whatever cell(s) are selected in the table.

These cells can be part of the same row, different rows, different columns, or any combination. In all cases, **all** of the data will be shown in the view pane.
These cells can be part of the same row, different rows, different columns, or any combination.
In all cases, **all** of the data will be shown in the view pane.

IMG 🛑 {/* ToDo: Fix zero-based row issue (https://app.clickup.com/t/86c2anvn0) */}
IMG 🛑 {/* ToDo: Fix Diagonal Empty Handling (https://app.clickup.com/t/86c2avh24) */}

## Grouping

To avoid redundancy, every value that is shared across multiple cells is grouped in the view pane, with all the row numbers shown at the top.

<Accordion title="Example">
<img class="dark-light" width="100%" src="https://raw.githubusercontent.com/unifyai/unifyai.github.io/refs/heads/main/img/externally_linked/view_pane_grouping_dark.gif"/>
click image to maximize
</Accordion>
IMG 🛑 {/* ToDo: Fix zero-based row issue (https://app.clickup.com/t/86c2anvn0) */}

This also makes it easy to quickly spot trends in the data.

Expand Down

0 comments on commit f12b483

Please sign in to comment.