Hi,
Is there any way to modify the filter plugin logic?
for example if i want to filter column by my own logic how can I do it. Can you provide any example.
(I want to hide rows based on some flags when i apply filters on that) or (when any filter is applied i want to do some more checks on that before hiding)
Can I add my own condition here like filterPlugin.addCondition(index, ‘customCondtition’, value)
Thanks in advance