facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.

Home Page:http://facebook.github.io/fixed-data-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v0.6.0 - unable to receive `row` argument in `onRowClick` callback

ggrillone opened this issue · comments

looks like it's still using the now deprecated rowGetter so the 3rd argument (the row) is always EMPTY_OBJECT

https://github.com/facebook/fixed-data-table/blob/1e055f6047a2c49a1739f07c82f701ca5ce7bc1b/src/transition/FixedDataTable.react.js#L413