2amigos / yii2-grid-view-library

Highly enhanced GridView widget and grid components for Yii2
https://2amigos.us
Other
57 stars 16 forks source link

Duplicated event binded when ToggleColumn wrapped in pjax #3

Closed speixoto closed 10 years ago

speixoto commented 10 years ago

If i add a ToggleColumn into a GridView wrapped into Pjax and sort the view many times, when i click the toggleable cell multiple toggle actions are triggered. To fix that i have added this

$(document).off('click.toggleColumn', selector);

after line 15 of dosamigos-toggle.column.js

tonydspaniard commented 10 years ago

@speixoto issue fixed on 2848a867