Title: Table Sorter
Author: Farhan Noor
Published: <strong>2014 年 11 月 19 日</strong>
Last modified: 2024 年 11 月 15 日

---

搜尋外掛

![](https://ps.w.org/table-sorter/assets/banner-772x250.jpg?rev=2288539)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/table-sorter/assets/icon-256x256.jpg?rev=1447744)

# Table Sorter

 由 [Farhan Noor](https://profiles.wordpress.org/farhannoor/) 開發

[下載](https://downloads.wordpress.org/plugin/table-sorter.2.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/table-sorter/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/table-sorter/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/table-sorter/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/table-sorter/#developers)

 [技術支援](https://wordpress.org/support/plugin/table-sorter/)

## 外掛說明

Table Sorter turns standard HTML table (with THEAD and TBODY tags) into a sortable
table without page refresh. It works on every table, whether it is coded in the 
wordpress template(theme) file or generated from the wordpress editor. This plugin
is very handy for theme developers. It has many useful features including :

 1. Multi-column sorting.
 2. Disable sorting from particular column(s).
 3. Sort multiple columns simultaneously.
 4. Cross-browser support

For complete documentation and demo, please visit [WP Table Sorter](http://wpreloaded.com/table-sorter)
plugin support page.

**NOTE** This plugin works at code level and provides only one opiton under Settings
section in WordPress admin panel.

Happy coding!

## 安裝方式

This section describes how to install the plugin and get it working.

 1. download and Unzip file content.
 2. Upload content to the `/wp-content/plugins/` directory of your wordpress installtion.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.

## 使用者評論

![](https://secure.gravatar.com/avatar/6cfc8c01f1ea3a75ec6f7dba8f2a014ef4cca4fd63a50fb3c8772e492e472ecc?
s=60&d=retro&r=g)

### 󠀁[GENERALLY works well for STATIC tables](https://wordpress.org/support/topic/works-well-for-static-tables/)󠁿

 [Dennis Bareis](https://profiles.wordpress.org/dbareis/) 2023 年 11 月 30 日

Doesn’t work for dynamically updated tables (using Javascript). Will duplicate rows.
It also has no way to keep certain rows (like a total at the end old the table) 
from being sorted. There is zero support if it doesn’t work for you, I have a table
column that won’t sort at all, who knows why?

![](https://secure.gravatar.com/avatar/8f7d6022548cb0c7e891ee2008d2b576be5ecfd6a119270c9ce397dc8008f430?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-9257/)󠁿

 [Jeff Sherk](https://profiles.wordpress.org/jsherk/) 2022 年 4 月 26 日

This plugin is excellent and saved me a ton of work trying to make a sortable column.
Thank you!

![](https://secure.gravatar.com/avatar/45a0e75456b4a524b270cf563e56bf6ca7bc7271bf8196a4373dce2bb3871425?
s=60&d=retro&r=g)

### 󠀁[Excellent](https://wordpress.org/support/topic/excellent-11398/)󠁿

 [susan303](https://profiles.wordpress.org/susan303/) 2021 年 12 月 8 日

This was exactly what I needed – fast, simple to use, works perfectly. Thank you!

![](https://secure.gravatar.com/avatar/d504bab325c7870ea79cbe7a40afbb8a93aeb891916445a846aee69c37f9b0f6?
s=60&d=retro&r=g)

### 󠀁[Excellent – It Just Works](https://wordpress.org/support/topic/excellent-it-just-works-3/)󠁿

 [kingfisher64](https://profiles.wordpress.org/kingfisher64/) 2020 年 8 月 30 日

I was using with Formidable Forms, it just works. Very quick& simple to use. Many
thanks.

![](https://secure.gravatar.com/avatar/8f08e84cef39b5212d74da665950cc60e88566838132ad47ef0e573205994c19?
s=60&d=retro&r=g)

### 󠀁[Fantastic](https://wordpress.org/support/topic/fantastic-2240/)󠁿

 [twesty](https://profiles.wordpress.org/twesty/) 2019 年 9 月 6 日

Simple and easy to use.

![](https://secure.gravatar.com/avatar/ca8a5483a06b134e4fdd840c052d4015e903314b7ce54876aeb74d7049c4b55b?
s=60&d=retro&r=g)

### 󠀁[Perfect!!](https://wordpress.org/support/topic/perfect-6257/)󠁿

 [cloudhousecollective](https://profiles.wordpress.org/cloudhousecollective/) 2019
年 7 月 20 日

Perfect!!

 [ 閱讀全部 29 則使用者評論 ](https://wordpress.org/support/plugin/table-sorter/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Table Sorter〉的開發相關工作。

參與者

 *   [ Farhan Noor ](https://profiles.wordpress.org/farhannoor/)

[將〈Table Sorter〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/table-sorter)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/table-sorter/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/table-sorter/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/table-sorter/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/table-sorter/)。

## 變更記錄

#### 2.3

 * Added support for tables in WordPress admin panel.

#### 2.2

 * Added support for accented letters.

#### 2.1

 * Fixed issues, improved ui exprience.

#### 2.0

 * Fixed early hook of the scripts, which caused errors in the WP_DEBUG mode.

#### 1.1

 * 1st version of the plugin.

## 中繼資料

 *  版本 **2.3**
 *  最後更新 **2 年前**
 *  啟用安裝數 **9,000+**
 *  WordPress 版本需求 ** 4.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.7.5**
 *  語言
 * [English (US)](https://wordpress.org/plugins/table-sorter/)
 * 標籤:
 * [sortable](https://tw.wordpress.org/plugins/tags/sortable/)[table press](https://tw.wordpress.org/plugins/tags/table-press/)
   [tablepress](https://tw.wordpress.org/plugins/tags/tablepress/)[tablesorter](https://tw.wordpress.org/plugins/tags/tablesorter/)
 *  [進階檢視](https://tw.wordpress.org/plugins/table-sorter/advanced/)

## 評分

 4.8 星，滿分為 5 星

 *  [  27 個 5 星使用者評論     ](https://wordpress.org/support/plugin/table-sorter/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/table-sorter/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/table-sorter/reviews/?filter=3)
 *  [  1 個 2 星使用者評論     ](https://wordpress.org/support/plugin/table-sorter/reviews/?filter=2)
 *  [  1 個 1 星使用者評論     ](https://wordpress.org/support/plugin/table-sorter/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/table-sorter/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/table-sorter/reviews/)

## 參與者

 *   [ Farhan Noor ](https://profiles.wordpress.org/farhannoor/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/table-sorter/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://wpreloaded.com/table-sorter)