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

Remove circular definitions in documentation

mikechabot opened this issue · comments

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