Data Grid
Allows users to interact with data in a tabular format.
- Usage of
selected
attribute defines thearia-selected
value. - Similarly, usage of
sort-direction
attribute is reflected inaria-sort
value. - When a cell is sorted but not according to ascending or descending algorithm, use
sort-direction="other"
.