Hi lisaschon,
you need to replace ‘ID’ with the id-number of the table you want to show on the page.
Regards,
schmalenegger
Hi Melissa,
please check this link right before the “Kids Care Club” entry:
http://bonnyslopebsco.org/wp-content/uploads/2008/09/mad-science.pdf
It misses the trailing quotes.
Regards,
schmalenegger
Hi,
although a long time has passed since your question i’m posting a solution for this:
– edit manually wp-table.php
– go to line 133
– insert “sortable-onload-{column-id}[-reverse]”
The following sorts the table after the values in column 4 in reverse order:
$tbl_header .= "\n".'<table class="wptable sortable-onload-4-reverse rowstyle-alt" id="wptable-'.$table_id.'" '.$act_cellspace.$act_cellpad.'>'."\n";
Hope that helps…