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

Updated 1.04 Paging (markdown)

koalyptus 2017-10-10 13:44:01 +11:00
parent 4cd3282f6c
commit a5cc8229a0

@ -354,6 +354,21 @@ var tfConfig = {
paging: {
nb_pages_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 - 'center')</td>
<td>3 possible values: 'left', 'center' and 'right'</td>
<td>
<pre>
var tfConfig = {
rows_counter: {
toolbar_position: 'left'
}
};
</pre>
</td>