datagrid column manager, hide columns

This commit is contained in:
Jan Prochazka
2020-03-07 17:44:40 +01:00
parent d4b359f5a0
commit 49a0a16c25
13 changed files with 457 additions and 325 deletions

View File

@@ -4,7 +4,9 @@
"module": "commonjs",
"declaration": true,
"skipLibCheck": true,
"outDir": "lib"
"outDir": "lib",
"esModuleInterop": true,
"preserveWatchOutput": true
},
"include": [
"src/**/*"