ag-Grid:toolPanel 仅在 ag-Grid Enterprise 中可用
Posted
技术标签:
【中文标题】ag-Grid:toolPanel 仅在 ag-Grid Enterprise 中可用【英文标题】:ag-Grid: toolPanel is only available in ag-Grid Enterprise 【发布时间】:2019-07-16 21:31:58 【问题描述】:我正在使用 Angular2 版本。当我尝试升级到 ag-grid-enterprise 版本时出现以下错误。写在下面用于设置许可证密钥的代码。
从“ag-grid-enterprise”导入 LicenseManager ; LicenseManager.setLicenseKey(xxx);
但是当我尝试使用“ToolPanel”(企业)功能时,我遇到了以下错误,
'。
在这方面需要您的帮助,我已经搜索了整个网络并尝试了重新启动系统和论坛中建议的其他措施,但每次我都收到上述错误。
感谢您对此的帮助。
【问题讨论】:
您是否导入了ag grid enterprise?导入“ag-grid-enterprise”; 【参考方案1】:对于 Enterprise ag-grid,请按照以下步骤操作
npm install --save ag-grid-enterprise ag-grid-angular
添加 import AgGridModule from 'ag-grid-angular';进口 'ag-grid-enterprise';到 app.module.ts
【讨论】:
以上是关于ag-Grid:toolPanel 仅在 ag-Grid Enterprise 中可用的主要内容,如果未能解决你的问题,请参考以下文章
ag-grid :- enableMultiRowDragging 在 ag-grid 24 中不起作用
AG-GRID 无法将图标按钮添加到我的 ag-grid 中的 ag-grid 和多选复选框的每一行
AG-GRID Excel 导出:AG-Grid 中是不是有任何方法可以为每个用户配置记录导出限制?
在两个单独的 ag-Grid 上使用 ag-Grid 的 sizeColumnsToFit() 时警告“网格零宽度”,由选项卡菜单显示