Rajkiran Swain

Rajkiran Swain

  • 29
  • 40.7k
  • 3.2m

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

Mar 14 2022 7:58 PM

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)