In filter data table Activity, i want to use wildcard but doesn't work

Data table A
image

use filter data table Activity
filter the 020-C3 using wild card and delete
because the other column is repeated useless xxx-xx form likewise

but it is doesn’t work
it still remain in the result

i think wild card doesn’t work or i mistake

i want to use wide card

plz help

Hi,

Unfortunatelly, FilterDataTable doesn’t accept wildcard. We need to use LINQ or DataTable.Select method in such case.
Can you share your requirement in details? We might be able to suggest solution for it.

Regards,