score:1

i found out the answer. in order to change the filtering to or, you need to

import { gridlinkoperator } from "@material-ui/x-grid";

in the filtermodel object besides items include the following:

{
 items:[],
 linkoperator: gridlinkoperator.or,
}

Related Query

More Query from same tag