The short answer is absolutely. If you're not in a serious rush I would appreciate you giving me a day to let me get the code cleaned up - I decided to rebuild my domain over the weekend, so I'm still coming up to speed. There is a lot of cruft there now from trial-and- erroring IE performance improvements and I would rather you not have to fight through all of that.
On May 28, 10:52 am, "Michael Haggerty" <[EMAIL PROTECTED]> wrote: > Is there a way to get a straight up download oftableFilter? 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, LLChttp://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]tableFilterBeta 2 is now live > > > For those of you who are interested, I just uploaded another beta of > > mytableFilterplugin. 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...)