Skip to content

Commit

Permalink
update comment again
Browse files Browse the repository at this point in the history
Signed-off-by: Try Ajitiono <[email protected]>
  • Loading branch information
imballinst committed Nov 19, 2019
1 parent 9d6625b commit aeafe10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TableBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ class TableBody extends React.Component {
fixedHeader={options.fixedHeader}
checked={this.isRowSelected(dataIndex)}
expandableOn={options.expandableRows}
// When rows are expandable and selectable, but this row isn't expandable, set this to enabled.
// This will add a new class, MUIDataTableSelectCell-expandDisabled and can be overridden when wanted.
// When rows are expandable, but this particular row isn't expandable, set this to true.
// This will add a new class to the toggle button, MUIDataTableSelectCell-expandDisabled.
hideExpandButton={
!this.isRowExpandable(dataIndex) && options.expandableRows
}
Expand Down

0 comments on commit aeafe10

Please sign in to comment.