tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

How to handle events in DataTable? #319

Closed Natanael1234 closed 8 years ago

Natanael1234 commented 8 years ago

How to handle events like clicks in a specific row or column?

tleunen commented 8 years ago

Clicking an entire row or column is unfortunately not possible, but you should be able to put a button or any other component in a cell with a custom renderer (with cellFormatter).

Natanael1234 commented 8 years ago

It's sufficient! Thanks!