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

- added lastCanBeLowest option, which allows last column to be shorter t...

Open aboritskiy opened this issue 12 years ago • 2 comments

  • allow last column to be shorter than the rest, this relaxes the columnizer algorithm a bit, to allow correct solution, when there are long 'dontsplit' blocks.
  • updated script header to keep that comment while minification with uglify.

aboritskiy avatar Apr 10 '14 11:04 aboritskiy

This looks awesome, thanks! Can you also add a sample.html that tests/shows this feature in action?

adamwulf avatar Apr 10 '14 19:04 adamwulf

Sorry for late reply. Also added allowLongDontSplit option, which helps handling dontsplit blocks which are higher then expected column high, this fix actualy much more efficient than original one, Added to samples a nice example to show the usecase of allowLongDontSplit option.

aboritskiy avatar Jun 25 '14 11:06 aboritskiy