Skip to content

I can't use event properties on onSelect's method #675

@Gi972

Description

@Gi972

Hello,

When I select a row , I try to have the event.currentTarget, but I can't because I have the following message:

Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're accessing the method currentTarget on a released/nullified synthetic event. This is a no-op function. If you must keep the original synthetic event around, use event.persist(). See https://fb.me/react-event-pooling for more information.

Same thing in the event columns properties.

Also It's possible have the columnIndex as parameter on the onSelect method?
and in selectRow -> classes method .

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions