diff --git a/components/lib/column/column.d.ts b/components/lib/column/column.d.ts index ae54faca6f..3621252555 100644 --- a/components/lib/column/column.d.ts +++ b/components/lib/column/column.d.ts @@ -1049,7 +1049,7 @@ export interface ColumnProps { * Displays icons to edit row. * @defaultValue false */ - rowEditor?: boolean | undefined; + rowEditor?: boolean | ((data: any, options: ColumnBodyOptions) => boolean); /** * Whether this column displays an icon to reorder the rows. * @defaultValue false