admin管理员组文章数量:1290945
I am trying to set width size of the filter list drop down. I was able to do that through CSS.
.ag-filter-body-wrapper{
width:600px;
}
But I don't always need 600px, it should be depend on context. I tried width:'auto !important', but seems like some parent element has fixed width, I did use dev tools but couldn't figure out why width:'auto !important' is not working. If someone can help me then it will be great! ag-grid version: ^27.3.0
本文标签: reactjsAggrid Column filter widthStack Overflow
版权声明:本文标题:reactjs - Ag-grid Column filter width - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741516013a2382893.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论