使用ag-grid-commiunity、ag-grid-enterprise创建表

Using ag-grid-commiunity, ag-grid-enterprise create tables

我安装了ag-grid enterprise(我也有许可证)。但是 table 没有合适的样式。它还更改了其他 tables(未创建企业)样式。我在不同版本的 ag-grid、ag-grid-angular、ag-grid-community、ag-grid-enterprise 中尝试过。但我遇到了同样的问题。

我尝试了这些模块的最新版本(22.0.0)。 "ag-grid": "^18.1.3", "ag-grid-angular": "^22.0.0", "ag-grid-community": "^22.0.0", "ag-grid-enterprise": "^22.0.0", 然后项目没有加载并且浏览器中没有显示任何内容。 我在不同版本的 ag-grid、ag-grid-angular、ag-grid-community、ag-grid-enterprise 中尝试过。然后加载项目。但是没有得到合适的样式。 为什么会发生这种情况,我应该使用什么版本来获得正确的版本? enter image description here

使用下一版本

   "ag-grid-angular": "^21.2.2",
    "ag-grid-community": "^21.2.2",
    "ag-grid-enterprise": "^21.2.2",

您可以在此处找到分步说明:

dont forget import ag-Grid styles - in styles.scss

and add class to grid

<ag-grid-angular
      style="width: 100%; height: 100%;"
      class="ag-theme-balham"

在我的项目中,我在 styles.scss

中使用下一个导入
@import "~ag-grid-community/dist/styles/ag-grid.css";
@import "~ag-grid-community/dist/styles/ag-theme-balham.css";

我建议暂时不要使用 "ag-grid-enterprise": "^21.2.2",它与 EnterpriseCoreModule 有一些问题,请按照我上面写的使用 - 它是稳定版本