make table keyboard shortcuts configurable (#22582)

* make table keyboard shortcuts configurable

* fix error

* new slickgrid version

* add comment

* tree grid
This commit is contained in:
Alan Ren
2023-04-03 13:21:00 -07:00
committed by GitHub
parent 38a3312cb6
commit 61b3285eaf
38 changed files with 275 additions and 87 deletions

View File

@@ -1243,6 +1243,7 @@ declare namespace Slick {
// #region Plugins
public getPlugins(): Plugin<T>[];
public registerPlugin(plugin: Plugin<T>): void;
public unregisterPlugin(plugin: Plugin<T>): void;