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

Updated 1.10 Status bar (markdown)

koalyptus 2017-10-10 13:42:26 +11:00
parent e90f5e09f6
commit 4cd3282f6c

@ -72,6 +72,21 @@ var tfConfig = {
</pre>
</td>
</tr>
<tr>
<th>toolbar_position</th>
<td>string</td>
<td>defines where it will be placed inside the toolbar (default - 'left')</td>
<td>3 possible values: 'left', 'center' and 'right'</td>
<td>
<pre>
var tfConfig = {
rows_counter: {
toolbar_position: 'center'
}
};
</pre>
</td>
</tr>
<tr>
<th>msg_filter</th>
<td>string</td>