facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Remove circular definitions in documentation #490

Open mikechabot opened 7 years ago

mikechabot commented 7 years ago

These types of circular definitions aren't helping anyone. At the very least, the documentation should detail the arguments available in the callback, namely: event and index:

https://facebook.github.io/fixed-data-table/api-table-v0.5.html

onRowClick

Callback that is called when a row is clicked.

type: func
mikechabot commented 7 years ago

Linking #392 SO article: http://stackoverflow.com/questions/39150974/fixed-data-tables-function-onrowclick-not-returning-row-data