filterDropdown change filter operator from eq to startswith or contains
By default applying the following filter for a table column in antd adding eq filter, id love to use other filter operator
filterDropdown={(props) => (
<FilterDropdown {...props}>
<Input {...props} placeholder="Search Question" />
</FilterDropdown>
)}