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

how to add some events like onContextMenu on the row? #471

Open deju opened 7 years ago

deju commented 7 years ago

I got a problem, the event onContextMenu, how to add to the row?

KamranAsif commented 7 years ago

Just add onContextMenu to your cells

deju commented 7 years ago

@KamranAsif All right.