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

Possible to preserve nested items? #216

Closed uprise10 closed 7 years ago

uprise10 commented 7 years ago

At the moment nested items are not preserved when splitting it into columns. See screenshot below:

screen shot 2016-12-20 at 11 45 16

Now, the double bullets could be solved, but rather I'd like to have an option to preserve the nested items, so they stay together in their own column.

I couldn't find an option for it. Is there one, or do we have a feature request here? :-)

adamwulf commented 7 years ago

you could try adding the dontsplit class to the <li>. that'll keep the entire <li><ul/></li> as one single element and won't let it get split up

uprise10 commented 7 years ago

Ah great! Must have overlooked that option. Thanks :)