Hello Team,
I have requirement like clear specific column filters instead of clearing all the column filters.
I have checked your documentation but i can’t find out the way to clear single column filters.
Example:
i have 2 column Name and qualification
i have applied Filter by condition on Name column AND
Filter by value on Qualification
Now i want to clear Name column filters without selecting the None from Filter by Condition drop-down.
Clear column filter instead of clearing all the filters
Hi @rajucse2393
Did you try this method? https://handsontable.com/docs/react-data-grid/api/filters/#clearconditions It allows to clear conditions only for chosen column.
Oh, i missed it. Thanks it’s help me lot