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 下拉列表中添加搜索栏(角度)
您可以为每列定义要使用的过滤器类型 - 在您的情况下,您将要使用“agTextColumnFilter”:
columnDefs: [ { field: 'yourfield', filter: 'agTextColumnFilter', ... }