We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecdbf6 commit 1d13565Copy full SHA for 1d13565
packages/react-bootstrap-table2/src/bootstrap-table.js
@@ -83,7 +83,9 @@ class BootstrapTable extends PropsBaseResolver(Component) {
83
84
const hasFooter = _.filter(columns, col => _.has(col, 'footer')).length > 0;
85
86
- const tableCaption = (caption && <Caption>{ caption }</Caption>);
+ const tableCaption = (
87
+ caption && <Caption bootstrap4={ bootstrap4 }>{ caption }</Caption>
88
+ );
89
90
return (
91
<div className={ tableWrapperClass }>
0 commit comments