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

Updated 3.1 Sort (markdown)

cjohnsonuk 2016-03-29 14:00:40 +01:00
parent 7f574c47d3
commit 75a9d85723

@ -61,7 +61,7 @@ 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>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>
<pre>