[jQuery] Re: TableSorter Set Column Sorter to false

2007-08-20 Thread Christian Bach
Dan, You need to include the jquery metadata plugin: See: http://tablesorter.com/docs/#Download /christian 2007/8/20, Dan Vega <[EMAIL PROTECTED]>: > > > The examples do not say anything about a metadata widget, should my > code look like this? > > > $(document).ready(fun

[jQuery] Re: TableSorter Set Column Sorter to false

2007-08-20 Thread Dan Vega
The examples do not say anything about a metadata widget, should my code look like this? $(document).ready(function() { // call the tablesorter plugin $("table").tablesorter({ widgets: ['zebra','metadata'] }); })

[jQuery] Re: TableSorter Set Column Sorter to false

2007-08-17 Thread Christian Bach
Dan, in order to set options inline you need to include the metadata plugin. The reason why this seems to work with out metadata is because the auto detection for column sorter is working its magic. There is no need to specify sorters for standard columns like the ones that you have in your table