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
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']
});
})
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
3 matches
Mail list logo