How to use both custom renderer in the cells method and the Filter options in Handsontable-PRO

Tags: #<Tag:0x00007f8b260777a0> #<Tag:0x00007f8b26077480>

Hi,
We are currently evaluating Handontable for a client project. We need features like custom cell rendering, filtering, hiding rows/columns etc. So, we are planning to license Handsontable-PRO version. But, while test it using the pro version we are facing issues we tried to use both the filter and custom cell rendering in the cells function.

I have already reported this bug.
https://github.com/handsontable/handsontable-pro/issues/158
https://jsfiddle.net/7q2yz5du/

I want to know if there is any work before the bug fix.

To, be more specific we are using @handontable-pro/vue 3.0.0.
we are using cells() to get cell value and the relative cell location to identify the suitable custom renderer based on the cell and adjacent cell values.
Along we that we also want to use filters to filter values.
Please suggest any alternative approaches.
Any help would be greatly appreciated.

Welcome @kingakv

sorry for a long reply time, but I tried to investigate this issue a little bit more. However, I did not find any workaround yet.