I have not used it, but support suggested the following: (of course, change the "AttributeName" to the appropriate one") and put in the initialization script.
for (var i = 0; i < config.columns.length; ++ i)
{
if (config.columns.field == "AttributeNameCorrespondingToColumnWithFilter")
config.columns.filterable.cell = { operator: "contains" };
}