I have multiple type of columns(String and Integer) in the table. I tried to apply filters for each column. Then I figure out one point here, i.e. Filter is working for String and it is throwing the below error while trying to filter Numeric columns "Uncaught Error: Only "String" values are supported for the FilterOperator: "Contains"."
And I don't want to change the datatype from Numeric to String. So, can you please suggest some other approach for this issue.
Note: We have more than 100 rows in the table and I have checked the below link too... But I am looking for some other approach
https://stackoverflow.com/questions/30372311/sapui5-in-table-search-uncaught-error-only-string-values-are-supported-for-t