mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge PR #19681: [react-data-grid] Added missing draggable flag to column
* Added missing draggable flag to column
This commit is contained in:
committed by
TypeScript Bot
parent
a7eaccd5f7
commit
acc37d8b9d
5
types/react-data-grid/index.d.ts
vendored
5
types/react-data-grid/index.d.ts
vendored
@@ -277,6 +277,11 @@ declare namespace AdazzleReactDataGrid {
|
||||
* A class name to be applied to the cells in the column
|
||||
*/
|
||||
cellClass?: string;
|
||||
/**
|
||||
* Whether this column can be dragged (re-arranged).
|
||||
* @default false
|
||||
*/
|
||||
draggable?: boolean;
|
||||
}
|
||||
|
||||
interface ColumnEventCallback {
|
||||
|
||||
Reference in New Issue
Block a user