Optional
allowOptional
allowWhether or not existing data can be edited (default: false)
Optional
allowWhether or not new data can be added (default: false)
Optional
allowWhether or not rows can be repositioned (default: true)
Optional
allowDetermines if data rows can be dragged for repositioning (default: true)
Optional
classCSS Class name for additional styles
Optional
columnSpacing between columns
Column definitions The order of this array determines the order of columns
Optional
customCustom DynamicListDataEntry component which will be rendered instead of the default component
Optional
defaultSets default values to be populated in the new row when new data is allowed.
Optional
disabledWhether add new item button should be disabled (default: false)
Optional
headerHeader row height
Optional
horizontalHorizontal alignment of text
Optional
inlineProvide inline actions which are available through '...' context menu
Optional
listList row action button and checkbox size (default: '50px')
Optional
listList row height (minimum height is 50px)
Optional
maxThe maximum amount of items that can be added to the list. If this prop is set and the amount is reached, data entry will be removed (default: undefined)
Optional
minimumMinimum width of this component
Optional
onPerforms transformations to the new data object being added
Optional
onRaised when the list has changed
Optional
positionIf sets, sets the label for the position column (default: 'Position')
Optional
positionProperty that contains the value used in reordering the list (default: undefined)
Optional
rowCSS Class name provider for each row. Allows row style to be determined by data
Optional
rowSpacing between rows
Optional
rowOptional Yup validation object for validating new data
Optional
showWhether or not the header row is shown (default: true)
Optional
stickyWhether the header and input field should stick to the top (default: false)
Optional
textIf set to true, column text overflow will be wrapped to a new line. Otherwise, it will be truncated with an ellipsis (default: false)
List data
Optional
verticalVertical alignment of text
Generated using TypeDoc
Deprecated
Determines if the Add and Delete action buttons are rendered (default: true)