Skip to content

Commit

Permalink
Refactor #1932
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 5, 2021
1 parent 5e97087 commit b84af32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ interface DataTableProps {
emptyMessage?: any;
selectionMode?: string;
rowSelectionMode?: 'new' | 'add' | 'checkbox' | 'radio';
dragSelection?: boolean;
selection?: any;
contextMenuSelection?: any;
compareSelectionBy?: string;
Expand Down

0 comments on commit b84af32

Please sign in to comment.