Filter Table with boolean value
I'm using Antd Table in list view and want to use filter based on values in column which has boolean as a type. I tried to use Select component from AntD but it doesn't work. How can I filter Table based on boolean value?
