作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试默认在ag网格中折叠边栏。我不希望扩展它,直到我单击右侧的列水龙头。
我尝试做[showToolPanel]="false"
,但是它将隐藏所有侧边栏。
有没有简单的方法可以做到这一点?
https://next.plnkr.co/edit/UJRD2lrOQe6C7Lfs
最佳答案
为此,您必须使用 SideBarDef
配置:
<ag-grid-angular
[sideBar]="{ toolPanels: ['columns', 'filters'] }">
</ag-grid-angular>
defaultToolPanel
,但是如果您不指定它,则默认情况下它将关闭:
The panel (identified by id) to open by default. If none specified, the side bar is initially displayed closed.
关于javascript - 如何在AG网格中默认折叠边栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58858765/
我是一名优秀的程序员,十分优秀!