Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
Update Data-Table readme about style hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel.jones committed Apr 1, 2016
1 parent 59dab61 commit 2bbe37d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ng2-material/components/data_table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ MdDataTable is an enhancment of classic data tables.
### Classes
| Name | Target | Description |
| --- | --- | --- |
| md-data-table | table | Style table, without using md-data-table component |
| sortable | th | mark column as sortable |
| sorted-ascending | th | mark column as sorted ascending |
| sorted-descending | th | mark column as sorted descending |
| md-text-cell | thead th, tbody td | Declare a cell as non-numeric and left align its text. |

## Selectable data table
Expand Down

0 comments on commit 2bbe37d

Please sign in to comment.