Skip to content

Commit

Permalink
Changed the duplicated itemsperpage
Browse files Browse the repository at this point in the history
Changed the duplicate itemsperpage to executeFiltering for the properties.
  • Loading branch information
ryanexner authored Jun 15, 2022
1 parent 49998e6 commit 6c475e9
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 6c475e9

Please sign in to comment.