Skip to content

Commit

Permalink
fix(docs): Add documentation about clickable input on datatable (Tera…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysmartt authored Aug 16, 2018
1 parent 489478d commit e9dd785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/platform/core/data-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Use [tdDataTableTemplate] directive for template support which gives context acc
+ sortOrder?: TdDataTableSortingOrder
+ Sets the sort order of the [sortBy] column. [sortable] needs to be enabled.
+ Defaults to 'ASC' or TdDataTableSortingOrder.Ascending
+ clickable?: boolean
+ Enables row click events, hover.
+ Defaults to 'false'
+ compareWith: function(row, model)
+ Allows custom comparison between row and model to see if row is selected or not.

Expand Down

0 comments on commit e9dd785

Please sign in to comment.