Skip to content

Conversation

Finesse
Copy link

@Finesse Finesse commented Jul 22, 2015

Sometimes there is a need to rebuild columns when window is not resized. Before it could be done by $(window).resize(), but it awakes all other plugins listening to window resize event.

Now it is possible to trigger window resize event that is handled only by Columnizer. So this $(window).trigger('resize.columnizer') makes columns be recalculated, meanwhile standard window resize event still handled properly.

…ing window resize event for Columnizer only.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant