Aleksandra Budnik
Aleksandra Budnik
Thank you for sharing the issue. It looks like the issue can be related to this one https://github.com/handsontable/handsontable/issues/4067 where we use the `afterGetColHeader` to change attach some parent elements to...
I just wanted to add a simplified example https://jsfiddle.net/handsoncode/6joj8nzn/ (CE `0.38.0`, but not version related).
Hi @Calidus @DongShi This issue is no longer replicable in v ` 6.0.1`. Here is a simplified demo https://jsfiddle.net/handsoncode/gfz1cdvw/ It is still broken for the Examples demo but it is...
Hi @Calidus I am not able to replicate this issue even after pointing in the `::before` element. But let me ask my colleagues to check it out as well I've...
Thank you for your comments @olosegres @aninde @olosegres @Calidus I will notify you as soon as we fix this issue.
@kirill-glushchenko @Calidus @DongShi @olosegres We have an **update** regarding the subject. Based on the structure of Handsontable, we recommend using `pointer-events: none` on the main wrapper for the header's HTML...
Hi @cz1997-start Thank you for doing and sharing the research. It seems that the issue might have the same origin as https://github.com/handsontable/handsontable/issues/8118. Did you test any older versions than v9.0.0...
Thank you for your feedback, @cz1997-start. We will investigate it internally. I will notify you of any updates.
Hi @raffiosos Without a demo, we won't be able to replicate the issues. Could you please share anything that can help us?
Hi @MiniGab In Handsontable you can either change the settings via `updateSettings` method or for Vue use the Vuex that also calls updateSettings. Here's an example https://handsontable.com/docs/8.3.1/frameworks-wrapper-for-vue-vuex-example.html Here is your...