5
Answers

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

Photo of Rajkiran Swain

Rajkiran Swain

3y
1.8k
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)