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.