Skip to content

Commit

Permalink
Fixed #269
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Jan 4, 2018
1 parent cdf3d1c commit 72e99d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ interface DataTableProps {
metaKeySelection?: boolean;
headerColumnGroup?: object;
footerColumnGroup?: object;
rowExpansionTemplate?(): void;
rowExpansionTemplate?(data: any): void;
expandedRows?: Array<any>;
onRowToggle?(): void;
onRowToggle?(data: Array<any>): void;
responsive?: boolean;
resizableColumns?: boolean;
columnResizeMode?: string;
Expand Down

0 comments on commit 72e99d9

Please sign in to comment.