OptionalallowOptionalallowWhether or not existing data can be edited (default: false)
OptionalallowWhether or not new data can be added (default: false)
OptionalallowWhether or not rows can be repositioned (default: true)
OptionalallowDetermines if data rows can be dragged for repositioning (default: true)
OptionalclassCSS Class name for additional styles
OptionalcolumnSpacing between columns
Column definitions The order of this array determines the order of columns
OptionalcustomCustom DynamicListDataEntry component which will be rendered instead of the default component
OptionaldefaultSets default values to be populated in the new row when new data is allowed.
OptionaldisabledWhether add new item button should be disabled (default: false)
OptionalheaderHeader row height
OptionalhorizontalHorizontal alignment of text
OptionalinlineProvide inline actions which are available through '...' context menu
OptionallistList row action button and checkbox size (default: '50px')
OptionallistList row height (minimum height is 50px)
OptionalmaxThe 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)
OptionalminimumMinimum width of this component
OptionalonPerforms transformations to the new data object being added
OptionalonRaised when the list has changed
OptionalpositionIf sets, sets the label for the position column (default: 'Position')
OptionalpositionProperty that contains the value used in reordering the list (default: undefined)
OptionalrowCSS Class name provider for each row. Allows row style to be determined by data
OptionalrowSpacing between rows
OptionalrowOptional Yup validation object for validating new data
OptionalshowWhether or not the header row is shown (default: true)
OptionalstickyWhether the header and input field should stick to the top (default: false)
OptionaltextIf 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
OptionalverticalVertical alignment of text
Deprecated
Determines if the Add and Delete action buttons are rendered (default: true)