1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-09 01:12:38 +02:00

Updated 1.04 Paging (markdown)

koalyptus 2016-07-09 22:04:16 +10:00
parent 3a0cc3f2d2
commit 106c00e584

@ -208,6 +208,21 @@
<td></td>
<td><code>var tfConfig = { nb_pages_css_class: 'myClass' }</code></td>
</tr>
</tbody>
</table>
## Callbacks
<table>
<thead>
<tr>
<th>Property</th>
<th>Type</th>
<th>Description</th>
<th>Remarks</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<th>on_before_change_page</th>
<td>function</td>
@ -235,4 +250,4 @@
<td><code>var tfConfig = { on_after_change_page: function(o,i){ alert(o.id+' - page index: '+i); }; }</code></td>
</tr>
</tbody>
</table>
</table>