From 610343c7161f4064477bde1ec4a0b3afcaf0cf66 Mon Sep 17 00:00:00 2001 From: George Sobolev Date: Tue, 3 Apr 2018 11:32:52 +0300 Subject: [PATCH] fix(react-grid): do not pass the `row` property to the table edit command cell (#890) --- .../src/templates/table-edit-command-cell.jsx | 7 ++++--- .../src/templates/table-edit-command-cell.jsx | 4 +++- .../src/templates/table-edit-command-cell.jsx | 9 ++++----- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/packages/dx-react-grid-bootstrap3/src/templates/table-edit-command-cell.jsx b/packages/dx-react-grid-bootstrap3/src/templates/table-edit-command-cell.jsx index 0c435b2874..1f732ab788 100644 --- a/packages/dx-react-grid-bootstrap3/src/templates/table-edit-command-cell.jsx +++ b/packages/dx-react-grid-bootstrap3/src/templates/table-edit-command-cell.jsx @@ -64,9 +64,8 @@ EditCommandHeadingCell.defaultProps = { }; export const EditCommandCell = ({ - children, - style, - tableColumn, tableRow, + tableColumn, tableRow, row, + children, style, ...restProps }) => ( ( (