From aedd1f59420cc9d659520e03e26afd2fe22d7654 Mon Sep 17 00:00:00 2001 From: Vincent Degroote <1230888+vinzentt@users.noreply.github.com> Date: Wed, 5 Dec 2018 11:37:32 +0100 Subject: [PATCH] Add expandColumn in storybook example for nonExpandable rows --- .../examples/row-expand/non-expandable-rows.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-bootstrap-table2-example/examples/row-expand/non-expandable-rows.js b/packages/react-bootstrap-table2-example/examples/row-expand/non-expandable-rows.js index 6d1ef32..44acdf9 100644 --- a/packages/react-bootstrap-table2-example/examples/row-expand/non-expandable-rows.js +++ b/packages/react-bootstrap-table2-example/examples/row-expand/non-expandable-rows.js @@ -25,6 +25,7 @@ const expandRow = {

expandRow.renderer callback will pass the origin row object to you

), + showExpandColumn: true, nonExpandable: [1, 3] }; @@ -50,6 +51,7 @@ const expandRow = {

expandRow.renderer callback will pass the origin row object to you

), + showExpandColumn: true, nonExpandable: [1, 3] };