5
Answers

uncaught typeerror: _this.handleclick is not a function at onclick

Rajkiran Swain

Rajkiran Swain

2y
1.6k
1

I am using React bootstrap table in my application. I have a button in each rows. However table is working fine but when I click on button , I am getting below error. uncaught typeerror: _this.handleclick is not a function at onclick. this.handleclick()}>Show handleclick() { alert("Click"); } Note: I am using formatter in the column to create a button inside bootstrap table

Answers (5)