Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 ag-grid 中打开和关闭或显示和隐藏自定义浮动过滤器,例如单击按钮时? 如果初始化表,则只有表头可见。然后在单击特定按钮后,标题下方的浮动过滤器也应该可见。
尝试这个:
gridOptions.floatingFilter = !gridOptions.floatingFilter; gridOptions.api.refreshHeader();