Skip to content

Commit

Permalink
Merge pull request #424 from LukasBend/patch-1
Browse files Browse the repository at this point in the history
Fixed #423
  • Loading branch information
mertsincan authored May 29, 2018
2 parents 126f11d + 4a0bc27 commit 3cdc962
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ interface DataTableProps {
rowGroupMode?: string;
autoLayout?:boolean;
rowClassName?(rowData: any): object;
rowGroupHeaderTemplate?(): void;
rowGroupFooterTemplate?(): void;
rowGroupHeaderTemplate?(data: any): void;
rowGroupFooterTemplate?(data: any, index: number): void;
groupField?: string;
loading?:boolean;
loadingIcon?:string;
onColumnResizeEnd?(e: {element: any, delta: number}): void;
Expand Down

0 comments on commit 3cdc962

Please sign in to comment.