CommandColumnProps

Used to configure command column behavior and customize available command items.

Props

The following table outlines the props for the CommandColumnProps:

NameTypeDefaultDescription
getCommandItems
(event: CommandItemEvent) => React.ReactElement<CommandItemProps>[]
undefined

Callback function that returns command item buttons for each row in the grid. Receives the current row's data and column configuration to determine which commands to display.