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

Updated 1.13 Help instructions (markdown)

koalyptus 2020-05-14 12:56:01 +10:00
parent 6c1b7e065f
commit f1a11d0e21

@ -163,9 +163,24 @@ var tfConfig = {
<td>
<pre>
var tfConfig = {
rows_counter: {
help_instructions: {
toolbar_position: 'center'
}
};
</pre>
</td>
</tr>
<tr>
<th>container_adjust_left_position</th>
<td>number</td>
<td>adjusts container left position when table's horizontal scroll is on, typically when `responsive` option is enabled (default - 25)</td>
<td></td>
<td>
<pre>
var tfConfig = {
help_instructions: {
container_adjust_left_position: 50
}
};
</pre>
</td>