diff --git a/types/index.d.ts b/types/index.d.ts index 7e60b1c1..37368f10 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -187,6 +187,7 @@ export interface Column { rowData: RowData, columnDef: Column ) => boolean; + draggable?: boolean; customSort?: ( data1: RowData, data2: RowData,