Update d.ts

pull/104/head
cagataycivici 2019-10-21 17:27:39 +03:00
parent b10c4eda66
commit 19c925273f
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ export declare class DataTable extends Vue {
expandedRows?: any[];
expandedRowIcon?: string;
collapsedRowIcon?: string;
rowGroupMode?: string;
groupRowsBy?: string[]|string;
expandableRowGroups?: boolean;
expandedRowGroups?: any[];
$emit(eventName: 'page', event: Event): this;
$emit(eventName: 'sort', event: Event): this;
$emit(eventName: 'filter', event: Event): this;