Update DataTable.d.ts

pull/1643/head
mertsincan 2021-10-02 23:51:09 +03:00
parent 044290601e
commit 69e7d3b167
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ declare class DataTable {
$emit(eventName: 'row-edit-init', event: Event): this;
$emit(eventName: 'row-edit-save', event: Event): this;
$emit(eventName: 'row-edit-cancel', event: Event): this;
$emit(eventName: 'editing-cell-change', event: Event): this;
$emit(eventName: 'state-restore', value: any[]): this;
$emit(eventName: 'state-save', value: any[]): this;