ag-grid - 无法摆脱列侧栏
我正在尝试删除 ag-grid 中的列侧栏,这样做:
<bi-grid id="entitySelectGrid" sideBar="false" [rowData]="(rowData$ | async)">
bi-grid 是我公司使用 ag-grid 的网格,顺便说一句。
但它仍然存在。如何彻底删除侧边栏?
I am trying to remove the Columns side bar in ag-grid doing this:
<bi-grid id="entitySelectGrid" sideBar="false" [rowData]="(rowData$ | async)">
bi-grid is my companies grid that uses ag-grid, btw.
But it is still there. How do I remove the side bar completely?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
html 用于使用网格的页面:
.ts 用于网格:
html 用于 ag-grid:
html for the page that uses the grid:
.ts for the grid:
html for the ag-grid: