0.1.3 • Published 8 years ago

entity-list v0.1.3

Weekly downloads
3
License
-
Repository
-
Last release
8 years ago

Entity List

Embedding

React-registry name: entity-list

Inputs

NameMandatoryDescriptionTypeDefault-Value
entityName*Name of the entity that should be listedString
formBase*formBase_list and formBase_search will be the used forms.String
limitAmount of records per pageNumber10
searchFiltersWill be applied to fetch request parameter _filterArray
showSearchFormWhether the search form should be shown or notBoolfalse
preselectedSearchFieldsList of predefined search-valuesArray
disableSimpleSearchIf true the full search form is always visibleBoolfalse
simpleSearchFieldsList 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

NamePayloadDescription
onRowClickid (The id of the record)This event is fired when a list row is clicked