Updated storybook example

This commit is contained in:
Parth Prajapati
2018-02-01 06:27:49 +05:30
parent c4f14e2b69
commit 577973a147
@@ -40,7 +40,7 @@ const columns = [{
}];
const rowEvents = {
onClick: (e, rowIndex) => {
onClick: (e, row, rowIndex) => {
alert(\`clicked on row with index: \${rowIndex}\`);
}
};