Is there a way to get a straight up download of tableFilter? I realize it is in beta but would like to use what's there now in an internal project. I have tried pulling scripts out of the demo page, but the scripts are erroring out when I try to put them in my project. Using jquery 1.1.2.
Thank you, Michael Haggerty Managing Partner Trellon, LLC http://www.trellon.com (p) 301-577-6162 (c) 240-643-6561 (f) 413-691-9114 (aim) haggerty321 > -----Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Daemach > Sent: Friday, May 18, 2007 3:32 PM > To: jQuery (English) > Subject: [jQuery] tableFilter Beta 2 is now live > > > For those of you who are interested, I just uploaded another beta of > my tableFilter plugin. New features include performance improvements, > saving (some..more later) settings in a cookie, support for plugins, > and an increased number of "I hate IE" comments in the code. > > I did two plugins to test the architecture - one is called > "Aggregator", creatively enough, and it automatically aggregates data > for numeric columns based on your filters. (sum/avg/min/max) > > The second is called "ColumnStyles" which is the best I could come up > with at the time. It allows you to apply CSS styles to entire columns > instantly. bold, italic, underline, and alignment at the moment. > Again, these were proof-of-concepts, so they aren't that cool yet. > > For those of you that haven't heard of this plugin, it allows you to > do automatic paging, and sorting/filtering on multiple table columns > simultaneously. All of this with one line of code: $ > ('table').tableFilter(); > > More info and demos here: http://ideamill.synaptrixgroup.com/?p=13 > > (plugins are disabled by default - enable them using the menu in the > bottom row...)