How to make sorting key insensitive in ag-grid?

后端 未结 2 1841
忘了有多久
忘了有多久 2020-12-10 17:03

I am working in some grids and I notice that the sorting on all of them is key sensitive is there any way to change that. This is a part of my code.

 columnD         


        
2条回答
  •  伪装坚强ぢ
    2020-12-10 17:24

    Update for 2020-07, agTextColumnFilter that is the default ag-Grid filter, accepts parameters. One of which is caseSensitive. See sample

提交回复
热议问题