Skip to content

Commit

Permalink
Update Datatable.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 27, 2019
1 parent 6a9c997 commit 3264601
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 @@ -93,6 +93,7 @@ interface DataTableProps {
}

export class DataTable extends React.Component<DataTableProps,any> {
public reset():void;
public exportCSV():void;
public filter<T>(value:T, field:string, mode:string):void;
public resetColumnOrder():void;
Expand Down

0 comments on commit 3264601

Please sign in to comment.