79346237

Date: 2025-01-10 15:51:40
Score: 2
Natty:
Report link

My only guess is that if the column you are applying the number filter to does not have cellDataType set, then AG Grid does not know the type of data in that column -- cellDataType=false in your defaultColDef stops AG Grid from inferring the data types in all columns. I think AG Grid may default the filter type to text if it doesn't know the data type of the column.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mdog1111