Skip to content

Commit

Permalink
Merge pull request #816 from hawaiiansurfer/master
Browse files Browse the repository at this point in the history
Fixed #816 Add stateKey prop to datatable types
  • Loading branch information
mertsincan authored Mar 27, 2019
2 parents a782b34 + 4344e9f commit 7b5eabc
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 @@ -59,6 +59,7 @@ interface DataTableProps {
loading?:boolean;
loadingIcon?:string;
tabIndex?:string;
stateKey?:string;
groupField?:string;
onSelectionChange?(e: {originalEvent: Event, value: any}): void;
onContextMenuSelectionChange?(e: {originalEvent: Event, value: any}): void;
Expand Down

0 comments on commit 7b5eabc

Please sign in to comment.