adamwulf / Columnizer-jQuery-Plugin

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use!
http://welcome.totheinter.net/columnizer-jquery-plugin/
Other
758 stars 147 forks source link

jquery-columnizer in angular5 #227

Closed kamalakkanni closed 5 years ago

kamalakkanni commented 5 years ago

Hi,

This is wonderful plugin which is working in fine all browsers except ie. I tried in html jquery.It is fine.But Iam unable to get output in angular5.Can you pls help me to use this plugin in angular5.

Thanks

kamalakkanni commented 5 years ago

I used jquery code only in angular5.But while debugging this line ,my app is hanging and not goes to other lines $('.topnews-columnize').columnize({ columns : 2, accuracy : 1, buildOnce:true, disableSingle:true

        });
kamalakkanni commented 5 years ago

It is working after changing version as 1.6.3.thanks