pbeshai / react-taco-table

A table component for React based on column configuration :taco:
http://pbeshai.github.io/react-taco-table/
MIT License
30 stars 7 forks source link

Clickable row #19

Closed ccoat2 closed 8 years ago

ccoat2 commented 8 years ago

Can we click on a row and call a callback function like the handleMouseEnter() method?

pbeshai commented 8 years ago

Added onRowClick to TacoTable and onClick to TacoTableRow. The callback is passed rowData as a parameter. (0.1.5)

ccoat2 commented 8 years ago

Thanks to be so reactive your component is great! !!!!!

clementdevos commented 8 years ago

Hey @pbeshai , do you think it would be possible to add the onRowDoubleCkcik callback?

Cheers !

pbeshai commented 8 years ago

Added in 0.2.1