0.1.3 • Published 8 years ago
entity-list v0.1.3
Entity List
Embedding
React-registry name: entity-list
Inputs
Name | Mandatory | Description | Type | Default-Value |
---|---|---|---|---|
entityName | * | Name of the entity that should be listed | String | |
formBase | * | formBase_list and formBase_search will be the used forms. | String | |
limit | Amount of records per page | Number | 10 | |
searchFilters | Will be applied to fetch request parameter _filter | Array | ||
showSearchForm | Whether the search form should be shown or not | Bool | false | |
preselectedSearchFields | List of predefined search-values | Array | ||
disableSimpleSearch | If true the full search form is always visible | Bool | false | |
simpleSearchFields | List of fields, that should be shown with activated simple search. If empty, fulltext search field will be displayed in simple search. Comma-separated string. | String | (fulltext-search-field) |
Events
Name | Payload | Description |
---|---|---|
onRowClick | id (The id of the record) | This event is fired when a list row is clicked |