Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 601 Bytes

File metadata and controls

10 lines (8 loc) · 601 Bytes
layout reveal
title Reveal: Table View
permalink /reveal/feature/table

There are cases where it is better to make sense of the value when it is represented by a table: collections of homogeneous items where columns make it easier to compare corresponding parts of those items, and big deeply nested data structures where it's easier to look at them layer by layer.

Note: You can use Alt ↑ and Alt ↓ to sort table by values in selected column; and Ctrl C will copy cell content as text.