Skip to content

Releases: mcuznz/jquery.magiccolumns

0.2.1b

16 Apr 20:09
Compare
Choose a tag to compare

Minor (or major, depending on how you look at it) bug fix where recalling Magiccolumns with parameters like 'start' caused settings to be overwritten.

v0.2b: Hide-by-class support

25 Mar 19:07
Compare
Choose a tag to compare
Hide-by-Class support

Option to hide via CSS class rather than changing display attribute. Note that there's no packaged CSS; if you plan to use this, add ".magiccolumns-hidden { display: none; }" to your project CSS.

Assorted Speed improvements

06 Jul 13:53
Compare
Choose a tag to compare
Pre-release
Merge pull request #3 from japgardatablocks/master

Works with layouts where table is closer than 15px to screen edge. Also faster.

0.1.1 - Infinite loop fix

06 May 20:54
Compare
Choose a tag to compare
Pre-release
Merge pull request #1 from japgardatablocks/master

Fix infinite loop when maxpriority===undefined

Initial Beta release

06 May 15:27
Compare
Choose a tag to compare
Initial Beta release Pre-release
Pre-release

Crappy documentation, and honestly not sure how useful this is in general cases; specifically using it in a single use case currently.