From: <var...@us...> - 2014-09-17 09:43:21
|
Revision: 9084 http://sourceforge.net/p/phpwiki/code/9084 Author: vargenau Date: 2014-09-17 09:43:14 +0000 (Wed, 17 Sep 2014) Log Message: ----------- Add info about multiple columns sort Modified Paths: -------------- trunk/pgsrc/Help%2FMediawikiTablePlugin Modified: trunk/pgsrc/Help%2FMediawikiTablePlugin =================================================================== --- trunk/pgsrc/Help%2FMediawikiTablePlugin 2014-09-17 08:39:16 UTC (rev 9083) +++ trunk/pgsrc/Help%2FMediawikiTablePlugin 2014-09-17 09:43:14 UTC (rev 9084) @@ -1,4 +1,4 @@ -Date: Tue, 29 Jul 2014 10:42:12 +0000 +Date: Wed, 17 Sep 2014 11:42:17 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.5.0) Content-Type: application/x-phpwiki; pagename=Help%2FMediawikiTablePlugin; @@ -60,6 +60,9 @@ ==== Sortable tables ==== If you specify ##class="sortable"##, the table columns will be sortable. +An icon will be put in the headers to show the table is sortable. +Clicking on a column header will sort that column. +You can sort multiple columns with shift click. ==== Do not break table when printing ==== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |