Columnizer-jQuery-Plugin icon indicating copy to clipboard operation
Columnizer-jQuery-Plugin copied to clipboard

How to make Tables or Images to span columns, it overlaps the content when used with "dontsplit"

Open pratikcoolgeek opened this issue 11 years ago • 1 comments

I have requirement where i am using Images and tables that span 2-3 columns. The Tables and images overlaps the content when we use dontsplit. Is there any way where content flows above and below that Image or tables which spans 2-3 columns, without data being overlaped.

pratikcoolgeek avatar Dec 03 '13 14:12 pratikcoolgeek

There's no built in functionality for this inside of columnizer. My only thought would be to pull the table/images out of the content, and then using overflow: option to columnize the remaining content into sections. first columize a top section, then insert the table, then columnize the rest of the content into a target div below the table.

adamwulf avatar Dec 03 '13 15:12 adamwulf