Hi all,
I'd like to display in the table only rows whose specified column contains a particular external string, i.e. not something that the user types into the column menu. I though Table.filter(column, string) would be the right method to call, but this gets me a
Error: Only "String" values are supported for the FilterOperator: "Contains"
Is this the right method and if so, how should it be called? I've traced through the SAPUI5 code but the input string is very early lost from focus. Or do I have to specify a column filter when binding and call that one?
Cheers,
-- Micha