Aleksandra Budnik

Results 578 comments of Aleksandra Budnik

Thank you for sharing your concerns, @abhishek3092 At the moment, merging does not cooperate with the collapsing of nestedRows. Inform [forum](https://forum.handsontable.com/t/gh-7686-nestedrow-mergecell-issue-on-minimizing-category-row/6321)

Hi @Deracination Sorry for such a delay. At first glance, the proposition looks good, but it works like this is the simplest test that we performed. Could you please point...

It works when we use `editor` and `renderer` instead of `type` ```js hot.setCellMeta(0, 0, 'type', 'text'); hot.render(); hot.setCellMeta(0, 0, 'editor', 'password'); hot.setCellMeta(0, 0, 'renderer', 'password'); hot.render(); ```

Hi @mscreenie Could you create a simple demo where this issue can be replicable?

Issue will be reopened with a demo/reply

Hi @marc-antoinepelletier Can you create a demo where we'll be able to test it? There was a demo in the first post but it's broken.

thank you @ekevoo I've tested this example and we can load all rows by adding viewport offset (updated: http://jsfiddle.net/8pqxpw1b/) but still headers won't move

Hi @hugepanda Sorry, we do not have any fix or workaround yet

@c-dante @marcelodive @toresenneseth @mscreenie @ekevoo @samsfisher @kwent @hugepanda Could you please tell me if the issue is still replicable? I was testing this example https://jsfiddle.net/2rmg1zf5/8/ and it seems correct. but...

That sounds promising. Thank you @toresenneseth