mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-07-01 14:40:02 +00:00
@@ -70,10 +70,12 @@ class BootstrapTable extends PropsBaseResolver(Component) {
|
||||
allRowsSelected: isSelectedAll(store)
|
||||
});
|
||||
|
||||
const tableCaption = (caption && <Caption>{ caption }</Caption>);
|
||||
|
||||
return (
|
||||
<div className="react-bootstrap-table">
|
||||
<table className={ tableClass }>
|
||||
<Caption>{ caption }</Caption>
|
||||
{ tableCaption }
|
||||
<Header
|
||||
columns={ columns }
|
||||
sortField={ store.sortField }
|
||||
|
||||
Reference in New Issue
Block a user