Marcin Warpechowski
Marcin Warpechowski
Closing because of inactivity
A homebrew solution, that worked in my case, is to monkey-patch `document.createElement()` and `document.createTextNode()` to attach the created nodes to a temporary element, and immediately detach them. ```js const tmpAttachment...
> We recently added the ability to copy the content of the Selector Stats table. You can click and drag anywhere in the table to select text and then copy...
I have a change on SVG borders branch (not pushed yet) that removes a quirky left border of TD; causing all columns to equally have width 74 excluding the gridline....
Fixed in 59b71c2942e0784f961a31d7448900bda23f9aa6, as part of the SVG borders PR (#6157).
I need to change the specs in the KB, because after more testing in Excel, it turns out that the below statement is incorrect: > - Among the borders of...
Based on my new investigation, I have updated the specs to say that among the lines of the same width, only the color is relevant to determine the layer order...
This is fixed in https://github.com/handsontable/handsontable/commit/aa26972c305087b062527233880a5aaf980f709b, as a part of https://github.com/handsontable/handsontable/pull/6157
Proposed specification of the configuration object is presented in https://kb.handsontable.com/display/HAN/Selection+highlights. It needs feedback from @wojciechczerniak, however I will tentatively start implementing it, because it was already discussed by us on...
Implemented in the commit 45a252f9aded8940810dd78a3f2c456f38bd42d8, as part of the SVG borders PR https://github.com/handsontable/handsontable/pull/6157