Skip to content

Recommend can add onRowDoubleClick event. #1

Description

@zhulichao

I have tried this event, modified code as follows:
/lib/Table.js
add after line 40: onRowDoubleClick: _react2['default'].PropTypes.func,
add after line 185: var onRowDoubleClick = props.onRowDoubleClick;
add after line 215: onRowDoubleClick: onRowDoubleClick
/lib/TableRow.js
add after line 18: onRowDoubleClick: _react2['default'].PropTypes.func,
add after line 26: onRowDoubleClick: function onRowDoubleClick() {},
add after line 123:onDoubleClick: onRowDoubleClick.bind(null, record, index),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions