mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
+5
@@ -82,6 +82,7 @@ declare namespace DataTables {
|
||||
|
||||
exportOptions?: ButtonExportOptions;
|
||||
autoPrint?: boolean;
|
||||
customize?: FunctionButtonCustomize;
|
||||
}
|
||||
|
||||
export interface FunctionButtonAvailable {
|
||||
@@ -109,5 +110,9 @@ declare namespace DataTables {
|
||||
export interface FunctionButtonAction {
|
||||
(e: any, dt: DataTables.DataTable, node: JQuery, config: any): void
|
||||
}
|
||||
|
||||
export interface FunctionButtonCustomize {
|
||||
(win: Window): void
|
||||
}
|
||||
//#endregion "button-settings
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user