@syncfusion/ej2-vue-grids
Version:
Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue
17 lines (16 loc) • 538 B
TypeScript
export declare const properties: string[];
export declare const modelProps: string[];
export declare const testProp: any;
export declare const props: any, watch: any, emitProbs: any;
/**
* `ejs-grid` represents the VueJS Grid Component.
* ```vue
* <ejs-grid :dataSource='data' allowPaging='true' allowSorting='true'></ejs-grid>
* ```
*/
export declare let GridComponent: any;
export declare type GridComponent = InstanceType<typeof GridComponent>;
export declare const GridPlugin: {
name: string;
install(Vue: any): void;
};