Filter sintax for "OR" condition on front-end Datatable native Filter

Good morning community,
i’ve a question regarding front-end filter sintax for Dash datatable.
I would like to allow my end users to filter a datatable by OR condition ( on the same column) .

In SQL i can achieve this results with the “IN” clause.

Something like this: item_code IN (1,2,3,4)

How can users do the same in Dash datatable front-end ?
Is it possible ?