correct attribute key of columns.headerEvent in column-event-tables

This commit is contained in:
Chun-MingChen
2018-03-17 15:29:09 +08:00
parent a5cb806d98
commit 3ed4d87b29

View File

@@ -28,7 +28,7 @@ import BootstrapTable from 'react-bootstrap-table-next';
const columns = [{
dataField: 'id',
text: 'Product ID',
events: {
headerEvents: {
onClick: () => alert('Click on Product ID header column')
}
}, {