Hi,
When I activate filters: true option, it is causing some problems. I can’t trim rows manually with my custom renderer.
How can I make them work together?
Hi,
When I activate filters: true option, it is causing some problems. I can’t trim rows manually with my custom renderer.
How can I make them work together?
Hi @yusuf
Can you share a demo
I can’t trim rows manually with my custom renderer.
as I do not know what’s the logic of the renderer?
I have a custom renderer at (Version Name) column, and when I click minus icon it should trim child row.
When the filter plugin is not activated, it works as it should. But, when I enable it, there is no response on click to it.
This issue is reported here https://github.com/handsontable/handsontable/issues/5915
I will update you as soon as we get this solved.
Additionality if you test it and do not have the code on the production you can use 8.0.0-beta that solves this issue
</style><script src="https://cdn.jsdelivr.net/gh/handsontable/handsontable@release/8.0.0-beta.1/dist/handsontable.full.js"></script>
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/handsontable/handsontable@release/8.0.0-beta.1/dist/handsontable.full.css">
This issue was solved in v.8.0.0.