Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3ed4d87

Browse files
correct attribute key of columns.headerEvent in column-event-tables
1 parent a5cb806 commit 3ed4d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/react-bootstrap-table2-example/examples/header-columns/column-event-table.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import BootstrapTable from 'react-bootstrap-table-next';
2828
const columns = [{
2929
dataField: 'id',
3030
text: 'Product ID',
31-
events: {
31+
headerEvents: {
3232
onClick: () => alert('Click on Product ID header column')
3333
}
3434
}, {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /