Skip to content

Commit

Permalink
fix(react-grid): disallow rendering a checkbox in incorrect column wh…
Browse files Browse the repository at this point in the history
…en grouping is enabled (#1793)
  • Loading branch information
ushkal committed Jan 25, 2019
1 parent 122a8ca commit 96b7de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dx-react-grid/docs/reference/table-group-row.md
Expand Up @@ -25,6 +25,7 @@ import { TableGroupRow } from '@devexpress/dx-react-grid';
- [GroupingState](grouping-state.md)
- [Table](table.md)
- [DataTypeProvider](data-type-provider.md) [Optional]
- [TableSelection](table-selection.md) [Optional]

### Properties

Expand Down
1 change: 1 addition & 0 deletions packages/dx-react-grid/src/plugins/table-group-row.jsx
Expand Up @@ -17,6 +17,7 @@ const pluginDependencies = [
{ name: 'GroupingState' },
{ name: 'Table' },
{ name: 'DataTypeProvider', optional: true },
{ name: 'TableSelection', optional: true },
];

const tableBodyRowsComputed = (
Expand Down

0 comments on commit 96b7de0

Please sign in to comment.