农业网格企业与反应

Ag-grid-enterprise with react

我在我的系统中使用 ag-grid-enterprise。 我也使用 React 作为我的主要框架。

目前使用的react 15.4版本,ag-grid-enterprise版本8。 为了使企业与反应一起工作,我使用了 ag-grid-react 包,并将需求路径从 'ag-grid' 更改为 'ag-grid-enterprise',它工作正常。

现在我们正在将我们的系统迁移到 React 16,因此也必须将 ag-grid 更新到最新的 (13)。

在github版本中它说版本13被适配到react 16。有没有办法直接使用ag-grid-enterprise而不使用ag-grid-react并适配它? (新版本的这个安排会抛出异常)

此外,与以前的版本不同,ag-grid-enterprise 还需要安装 ag-grid,这有意义吗?

希望得到您的帮助, 谢谢

谢谢,在他们的论坛上发帖并得到了答复。 https://www.ag-grid.com/forum/showthread.php?tid=6470