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

Updated 3.3 Filters visibility (markdown)

koalyptus 2017-10-10 13:50:29 +11:00
parent 3e18b3c595
commit d196bec73e

@ -233,5 +233,20 @@ where <code>tf</code> is an instance of <code>TableFilter</code>.
};</pre>
</td>
</tr>
<tr>
<th>toolbar_position</th>
<td>string</td>
<td>defines where it will be placed inside the toolbar (default - 'right')</td>
<td>3 possible values: 'left', 'center' and 'right'</td>
<td>
<pre>
var tfConfig = {
rows_counter: {
toolbar_position: 'center'
}
};
</pre>
</td>
</tr>
</tbody>
</table>