Skip to content

Commit

Permalink
Merge pull request #1236 from ryanexner/patch-1
Browse files Browse the repository at this point in the history
Changed the duplicated itemsperpage
  • Loading branch information
joelfmrodrigues committed Jun 21, 2022
2 parents db2dbba + 6c475e9 commit f0d977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/controls/FieldCollectionData.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The `FieldCollectionData` control can be configured with the following propertie
| panelClassName | string | no | Allows you to specify a custom CSS class name for the collection data panel. | |
| tableClassName | string | no | Allows you to specify a custom CSS class name for the collection data table inside the panel. | |
| itemsPerPage | number | no | Allows you to specify the amount of items displayed per page. Paging control is added automatically. | |
| itemsPerPage | (searchFilter: string, item: any) => boolean | no | Allows you to show Search Box and specify own filtering logic. | |
| executeFiltering | (searchFilter: string, item: any) => boolean | no | Allows you to show Search Box and specify own filtering logic. | |

Interface `ICustomCollectionField`

Expand Down

0 comments on commit f0d977e

Please sign in to comment.