mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-07-04 08:00:11 +00:00
fix wrong title
This commit is contained in:
@@ -41,7 +41,7 @@ const columns = [{
|
||||
|
||||
export default () => (
|
||||
<div>
|
||||
<h3>Try to hover on Product Name header column</h3>
|
||||
<h3>Try to hover on Product ID Cell</h3>
|
||||
<BootstrapTable keyField="id" data={ products } columns={ columns } />
|
||||
<Code>{ sourceCode }</Code>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user