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

Updated 1.13 Help instructions (markdown)

koalyptus 2017-10-10 13:49:17 +11:00
parent 624b3bfe87
commit 3e18b3c595

@ -151,6 +151,21 @@ var tfConfig = {
help_instructions: {
container_css_class: 'myCssClass'
}
};
</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>