Skip to content

Instantly share code, notes, and snippets.

View thangaduraicse's full-sized avatar

Thangadurai Nainamalai thangaduraicse

View GitHub Profile
@thangaduraicse
thangaduraicse / griddle.js
Created March 18, 2016 06:20
Add Select Row and Select All Row Checkbox in Griddle React.
I need to add select and select all checkbox in the row. I am not able to set custom state for checkbox to get the row. If i click inside the row, Need to check the checkbox. But, I can't in griddle react. Because,I am not able to pass state to the custom checkbox component.