mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-11 19:50:17 +00:00
fix error
This commit is contained in:
+5
-1
@@ -103,7 +103,11 @@ class BootstrapTable extends PropsBaseResolver(Component) {
|
||||
rowEvents={ rowEvents }
|
||||
/>
|
||||
{hasFooter && (
|
||||
<Footer data={ data } columns={ columns } className={ this.props.footerClasses } />
|
||||
<Footer
|
||||
data={ this.getData() }
|
||||
columns={ columns }
|
||||
className={ this.props.footerClasses }
|
||||
/>
|
||||
)}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user