url
On Fri, Oct 17, 2008 at 10:24 AM, Paul Ihrig <[EMAIL PROTECTED]> wrote: > let me see the code. > > > On Fri, Oct 17, 2008 at 8:46 AM, Loathe <[EMAIL PROTECTED]> wrote: >> I'm including the css but it doesn't seem to be running. >> >> Paul Ihrig wrote: >>> you need the css. >>> the included js >>> >>> <link rel="stylesheet" href="css/jq.css" type="text/css" >>> media="print, projection, screen" /> >>> <link rel="stylesheet" >>> href="http://tablesorter.com/themes/blue/style.css" type="text/css" >>> media="print, projection, screen" /> >>> <script type="text/javascript" >>> src="http://tablesorter.com/jquery-latest.js"></script> >>> <script type="text/javascript" >>> src="http://tablesorter.com/jquery.tablesorter.js"></script> >>> <script type="text/javascript" >>> src="http://tablesorter.com/addons/pager/jquery.tablesorter.pager.js"></script> >>> <script type="text/javascript" >>> src="http://tablesorter.com/docs/js/chili/chili-1.8b.js"></script> >>> <script type="text/javascript" >>> src="http://tablesorter.com/docsjs/docs.js"></script> >>> <script type="text/javascript"> >>> $(function() { >>> $("table") >>> .tablesorter({widthFixed: true, widgets: ['zebra']}) >>> .tablesorterPager({container: $("#pager")}); >>> }); >>> </script> >>> >>> pay attention to thead >>> th >>> and tbody >>> >>> also to you id on the table.. >>> >>> >>> i am having issues trying to use treeview, tablesorter pager on one page... >>> >>> >>> On Fri, Oct 17, 2008 at 8:22 AM, Loathe <[EMAIL PROTECTED]> wrote: >>>> Where do I need to drop the graphics for them to show up? >>>> >>>> How do I use things like the zebra widget, and do color coding on the rows? >>>> >>>> Charlie Griefer wrote: >>>>> example of the tablesorter with pagination: >>>>> http://tablesorter.com/docs/example-pager.html >>>>> >>>>> On Thu, Oct 16, 2008 at 11:05 AM, Charlie Griefer <[EMAIL PROTECTED] >>>>>> wrote: >>>>>> cfgrid in cf8 is pretty nice (this is coming from someone who never used >>>>>> it >>>>>> and heavily shied away from all things cfform pre-cf8). >>>>>> if you're looking for 100% client side, jQuery's da bomb. >>>>>> http://tablesorter.com/ <http://tablesorter.com/docs/> >>>>>> >>>>>> >>>>>> On Thu, Oct 16, 2008 at 10:56 AM, Loathe <[EMAIL PROTECTED]> wrote: >>>>>> >>>>>>> I know there are a bunch of of new JS/Ajax APIs out there that handle >>>>>>> this, and don't want to rewrite the wheel. >>>>>>> >>>>>>> What do you guys use for a decent table API that handles pagination and >>>>>>> column sorting? >>>>>>> >>>>>>> >>>>> >>>> >>> >>> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:275152 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
