Skip to content

Commit

Permalink
Refactor #423
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 29, 2018
1 parent 3cdc962 commit e644799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ interface DataTableProps {
rowGroupMode?: string;
autoLayout?:boolean;
rowClassName?(rowData: any): object;
rowGroupHeaderTemplate?(data: any): void;
rowGroupHeaderTemplate?(data: any, index: number): void;
rowGroupFooterTemplate?(data: any, index: number): void;
groupField?: string;
loading?:boolean;
Expand Down

0 comments on commit e644799

Please sign in to comment.