bootstrap-table-filter icon indicating copy to clipboard operation
bootstrap-table-filter copied to clipboard

Uncaught TypeError: Cannot read property 'toggle' of undefined

Open periyasamy25 opened this issue 10 years ago • 2 comments

Uncaught TypeError: Cannot read property 'toggle' of undefined in bootstrap-table-filter.js:545

periyasamy25 avatar Jul 08 '15 11:07 periyasamy25

I've got the same issue. This error occurs if you do not show the refresh button. Just add the following condition

if (typeof this.$refreshButton !== 'undefined') this.$refreshButton.toggle(show);

joshbenhamou avatar Aug 11 '15 19:08 joshbenhamou

Hello! @joshbenhamou your solution actually removes the error in the console... but i can't make it filter! when i push refresh button nothing happens! It generate some data in console, but it does nothing... do you have the same issue? I'm using this in a rails project...

svonborries avatar Aug 21 '15 04:08 svonborries