Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.

Commit b09d2fa

Browse files
committed
feat: update docs
1 parent 15100af commit b09d2fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/docs/result-components/ReactiveList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Example uses:
180180
```
181181
- **renderNoResults** `Function` [optional]
182182
show custom message or component when no results found.
183-
<!-- - **renderPagination** `Function` [optional]
183+
- **renderPagination** `Function` [optional]
184184
can be used to render custom pagination.
185185
- **`pages`**: `number`
186186
Number of pages to be displayed
@@ -218,7 +218,7 @@ Example uses:
218218
219219
return selectPage;
220220
}
221-
``` -->
221+
```
222222
- **onData** `Function` [optional]
223223
gets triggered after data changes, which returns an object with these properties: `data`,
224224
`streamData`, `promotedData`, `rawData` & `resultStats`.

content/getting-started/ReactiveBase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ This is the first component you will need to add when using `ReactiveSearch`.
5454

5555
- **analytics** `Boolean` [optional]  
5656
allows recording search analytics (and click analytics) when set to `true` and appbase.io is used as a backend. Defaults to `false`. Check the [analytics recipe](/advanced/analytics.html) for click analytics implementation.
57-
<!-- - **as** `String` [optional]
58-
allows to use the custom html element tag, defaults to `div`. -->
57+
- **as** `String` [optional]
58+
allows to use the custom html element tag, defaults to `div`.
5959
- **searchStateHeader** `Boolean` [optional]  
6060
Defaults to `false`. Allows recording some **advanced** search analytics (and click analytics) when set to `true` and appbase.io is used as a backend.
6161
- **theme** `Object` [optional]  

0 commit comments

Comments
 (0)