# Data Table

## Classes

- Core
  - `bx--data-table-container`
    - `bx--data-table-header`
    - `bx--data-table`
      - `bx--data-table--zebra`
      - `bx--data-table--no-border`
      - `bx--data-table--static`
      - `bx--data-table--selected`
      - Sizing (smallest to largest)
        - `bx--data-table--compact`
        - `bx--data-table--short`
        - `bx--data-table--tall`
- Action
  - `bx--table-toolbar` (child of `bx--data-table-container`)
    - `bx--batch-actions`
      - `bx--batch-actions--active`
      - `bx--batch-summary`
        - `bx--batch-summary__para`
        - `bx--batch-summary__cancel`
    - `bx--toolbar-search-container`
    - `bx--toolbar-content`
      - `bx--toolbar-action`
        - `bx--toolbar-action__icon`
  - `bx--action-list`
  - `bx--action-icons`
- Expandable
  - `bx--parent-row`
  - `bx--expandable-row`
    - `bx--expandable-row--hidden`
    - `bx--expandable-row--hover`
  - `bx--table-expand`
    - `bx--table-expand__button`
    - `bx--table-expand__svg`
- Sort
  - `bx--table-sort`
    - `bx--table-sort--ascending`
    - `bx--table-sort--active`
    - `bx--table-sort__icon`
