diff --git a/1.07-Rows-counter.md b/1.07-Rows-counter.md index 4b074c9..d6da0ad 100644 --- a/1.07-Rows-counter.md +++ b/1.07-Rows-counter.md @@ -27,6 +27,27 @@ " } + from_to_text_separator + string + + Separator symbol appearing between the first and last visible rows of + current page when paging is enabled. ie: Rows: 31-40 / 70 (default - "-") + + + var tfConfig = { from_to_text_separator: '—' } + + + over_text + string + + 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 - "/") + + + var tfConfig = { over_text: '\' } + + rows_counter_target_id string defines the id of the element that will contain the rows counter