1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-08 08:52:32 +02:00

Updated 3.1 Sort (markdown)

cjohnsonuk 2016-03-29 14:02:44 +01:00
parent 75a9d85723
commit 4ca0039484

@ -61,8 +61,8 @@ var tfConfig = {
<tr>
<th>sort_col_at_start</th>
<td>array</td>
<td>sort a column in ascending or descending manner at start (default - null) : format : [ column number, true|false ] where true sorts one way and false the other. eg True will sort a date column to most recent at the top. false will sort a date column to oldest at the top</td>
<td></td>
<td>sort a column in ascending or descending manner at start (default - null) : </td>
<td>format : [ column number, true|false ] where true sorts one way and false the other. eg True will sort a date column to most recent at the top. false will sort a date column to oldest at the top</td>
<td>
<pre>
var tfConfig = {