Title: Tables won&#039;t sort
Last modified: August 21, 2016

---

# Tables won't sort

 *  Resolved [Southwest](https://wordpress.org/support/users/southwest/)
 * (@southwest)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/tables-wont-sort/)
 * I’m using this plugin on a site I’m developing–you can see it in use on [this page](http://www.associatedkyotoprogram.dreamhosters.com/consortium/),
   for example. Largely, I’m very happy with it, but I’ve run into a problem: the
   tables won’t sort.
 * I’ve gone so far as to explicitly set the `tablesorter` parameter to `"1"` in
   the shortcode, but the sorting options still don’t show up in the generated table.
 * Any idea what might be causing this, or how I might fix it?
 * Thanks.
 * [http://wordpress.org/plugins/easy-table/](http://wordpress.org/plugins/easy-table/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [takien](https://wordpress.org/support/users/takien/)
 * (@takien)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/tables-wont-sort/#post-4079357)
 * Unfortunately `tablesorter` parameter does not override global config. I decided
   to use this method because tablesorter required to call some css/js which is 
   loaded during `init` (not at the content output)
 * You must enable it first in the Plugin Options page.
 * however, you can disable it by inline parameter later if you don’t want to sort
   certain table `[table tablesorter="0"][/table]`
 * let me know if it solves your problem.
    thanks.
 *  Thread Starter [Southwest](https://wordpress.org/support/users/southwest/)
 * (@southwest)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/tables-wont-sort/#post-4079414)
 * That worked. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tables won't sort’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-table_aeb393.svg)
 * [Easy Table](https://wordpress.org/plugins/easy-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-table/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-table/reviews/)

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)
 * [sort](https://wordpress.org/support/topic-tag/sort/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * 2 replies
 * 2 participants
 * Last reply from: [Southwest](https://wordpress.org/support/users/southwest/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/tables-wont-sort/#post-4079414)
 * Status: resolved