Fixed #29 - DataTable: missing registration component
parent
140e7e8e09
commit
d95c289886
|
@ -0,0 +1,20 @@
|
||||||
|
import Vue from 'vue';
|
||||||
|
|
||||||
|
export declare class Column extends Vue {
|
||||||
|
columnKey?: any;
|
||||||
|
field?: string;
|
||||||
|
sortField?: string;
|
||||||
|
sortable?: boolean;
|
||||||
|
header?: any;
|
||||||
|
footer?: any;
|
||||||
|
headerStyle?: object;
|
||||||
|
headerClass?: string;
|
||||||
|
bodyStyle?: object;
|
||||||
|
bodyClass?: string;
|
||||||
|
footerStyle?: object;
|
||||||
|
footerClass?: string;
|
||||||
|
filterMatchMode?: string;
|
||||||
|
excludeGlobalFilter?: boolean;
|
||||||
|
selectionMode?: string;
|
||||||
|
expander?: boolean;
|
||||||
|
}
|
Loading…
Reference in New Issue