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