Hello,
Is there a way to highlight or focus a column after applying a filter? For example, if I filter two or three columns, I want to easily see which ones are filtered.
Thanks,
Hello,
Is there a way to highlight or focus a column after applying a filter? For example, if I filter two or three columns, I want to easily see which ones are filtered.
Thanks,
Hi @ykifahh
That should be possible using the afterFilter hook to get the filtered column and then apply highlight by modifying the styling to your liking.
URL: Hooks API reference - JavaScript Data Grid | Handsontable