Skip to content

Commit

Permalink
Merge pull request #850 from new001jv/data-table-missing-propery
Browse files Browse the repository at this point in the history
Fixed #851 Add in missing typing property in DataTable
  • Loading branch information
mertsincan authored Apr 19, 2019
2 parents ab4a6ac + 76da172 commit 98f7061
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 @@ -60,6 +60,7 @@ interface DataTableProps {
loadingIcon?:string;
tabIndex?:string;
stateKey?:string;
stateStorage?:string;
groupField?:string;
onSelectionChange?(e: {originalEvent: Event, value: any}): void;
onContextMenuSelectionChange?(e: {originalEvent: Event, value: any}): void;
Expand Down

0 comments on commit 98f7061

Please sign in to comment.