Add expandColumn in storybook example for nonExpandable rows

This commit is contained in:
Vincent Degroote 2018-12-05 11:37:32 +01:00
parent 5a5f10f609
commit aedd1f5942

View File

@ -25,6 +25,7 @@ const expandRow = {
<p>expandRow.renderer callback will pass the origin row object to you</p>
</div>
),
showExpandColumn: true,
nonExpandable: [1, 3]
};
@ -50,6 +51,7 @@ const expandRow = {
<p>expandRow.renderer callback will pass the origin row object to you</p>
</div>
),
showExpandColumn: true,
nonExpandable: [1, 3]
};