Skip to content

Commit

Permalink
commit for version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed Apr 30, 2020
2 parents 594ffb5 + 35bae5d commit 6e3147d
Show file tree
Hide file tree
Showing 13 changed files with 9,089 additions and 4,438 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Column property | Description
`cellClassRules` | Object having class name to be applied as key and an expression to evaluate as value
`valueGetter` | A custom getter function which returns a value for the property specified in the `key`.
`hidden` | Column will be hidden if it is set to true.
`autoFit` | table height should be set by user when this property is true.


### Styling
Expand All @@ -60,3 +61,6 @@ Custom property | Description | Default
`--oe-data-table-column-last` | Mixin to be applied to the last column | {}
`--oe-data-table-selection-cell-content` | Mixiin to be applied to the selection cell content if provided | {}
`--oe-data-table-row-action` | Mixin applied to the row action icon buttons | {}
`--oe-data-table-data` | Mixin to be applied to table-data class to set min-height | {}
`--oe-data-table-selection-checkbox` | Mixin to be applied to table selection checkbox | {}
`--edit-control` | Mixin applied to set the height of edit cell | {}
Loading

0 comments on commit 6e3147d

Please sign in to comment.