I am using ag-grid-community/ag-grid-enterprise
version 26.1.0
in one of my react applications. But, maxNumConditions
filter param (to control the number of conditions) is not working for both the types of filter agTextColumnFilter
and agMultiColumnFilter
.
My question is, which version shall I upgrade my libraries to, to get this parameter working?
I tried looking up the documentation but couldn’t find exactly which version.
Thank you!