Skip to content

Commit 2b621c6

Browse files
authored
Merge pull request #1215 from uralbash/master
clean custom delete btn example
2 parents 9d71997 + d06c188 commit 2b621c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/js/custom/delete-button/fully-custom-delete-button.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint no-unused-vars: 0 */
33
/* eslint no-alert: 0 */
44
import React from 'react';
5-
import { BootstrapTable, TableHeaderColumn, InsertButton } from 'react-bootstrap-table';
5+
import { BootstrapTable, TableHeaderColumn } from 'react-bootstrap-table';
66

77

88
const products = [];
@@ -21,7 +21,7 @@ function addProducts(quantity) {
2121

2222
addProducts(5);
2323

24-
export default class FullyCustomInsertButtonTable extends React.Component {
24+
export default class FullyCustomDeleteButtonTable extends React.Component {
2525

2626
createCustomDeleteButton = (onBtnClick) => {
2727
return (

0 commit comments

Comments
 (0)