diff --git a/packages/react-bootstrap-table2-example/examples/row-expand/expand-by-column-only.js b/packages/react-bootstrap-table2-example/examples/row-expand/expand-by-column-only.js index bc8f5be..ac11a85 100644 --- a/packages/react-bootstrap-table2-example/examples/row-expand/expand-by-column-only.js +++ b/packages/react-bootstrap-table2-example/examples/row-expand/expand-by-column-only.js @@ -51,7 +51,8 @@ const expandRow = {
expandRow.renderer callback will pass the origin row object to you
), - showExpandColumn: true + showExpandColumn: true, + expandByColumnOnly: true };