
We could use very similar markup as the <table>, <th>, <tr>, and <td> tags, just make it more dynamic:
- Resizable columns
- Sortable columns
- OS-native header look and feel
- Append data preview with three dots when the data doesn't fit the cell (kind of like "overflow: hidden")
We could for instance use this feature in webmail applications's lists of messages to make them more usable, faster, and easier to code (UI).
What do you think?
