1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-16 12:45:49 +02:00

Updated 1.07 Rows counter (markdown)

koalyptus 2016-10-25 13:33:09 +11:00
parent 51e10d210f
commit e19d89265c

@ -27,6 +27,27 @@
&quot; }</code></td>
</tr>
<tr>
<th>from_to_text_separator</th>
<td>string</td>
<td>
Separator symbol appearing between the first and last visible rows of
current page when paging is enabled. ie: Rows: 31-40 / 70 (default - "-")
</td>
<td></td>
<td><code> var tfConfig = { from_to_text_separator: '—' }</code></td>
</tr>
<tr>
<th>over_text</th>
<td>string</td>
<td>
Separator symbol appearing between the first and last visible rows of
current page and the total number of filterable rows when paging is
enabled. ie: Rows: 31-40 / 70 (default - "/")
</td>
<td></td>
<td><code> var tfConfig = { over_text: '\' }</code></td>
</tr>
<tr>
<th>rows_counter_target_id</th>
<td>string</td>
<td> defines the id of the element that will contain the rows counter