...
Interaction | Screenshot | |
---|---|---|
Single Selection |
| |
Multi-select check boxes |
| |
Smart Selection |
|
When scrolling, the title and Search bar should stick to the top and remain visible.
Best practices
Use when:
...
A flexible layout is more important than arranging information in a grid.
...
You want to support relevant content, such as charts.
...
:
when you want to show relevant content for each list item.
when there is a need to select one or more items from a list.
when content may vary between rows (contrary to a grid, which is more strict in nature).
Don’t use:
For long, complex lists where grouping and categorisation could be applied → use a Tree.
For complex items with multiple attributes which need to be displayed → use Data Tables.
...