Skip to content

Commit edee7bd

Browse files
geertplaisierbencripps
authored andcommitted
Update USING_CUSTOM_EDITORS.md (#156)
1 parent 20b79f1 commit edee7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/USING_CUSTOM_EDITORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ import { Actions } from 'react-redux-grid';
5151
import statesOptions from './../constants/stateDefinitions';
5252

5353
export default const stateEditor = ({
54-
column, columns, value, stateKey, store
54+
column, columns, value, stateKey, store, rowId
5555
}) => {
5656

5757
const dropdownProps = {
5858
value: value,
5959
onChange: handleChange.bind(
60-
null, { store, stateKey, column, columns }
60+
null, { store, stateKey, column, columns, rowId }
6161
)
6262
};
6363

0 commit comments

Comments
 (0)