Aleksandra Budnik
Aleksandra Budnik
Hi @jchapelle We've made a small change in v8.0.0, described here https://handsontable.com/docs/8.1.0/tutorial-migration-guide.html but it doesn't seem to work for external `input`s. > Custom editors will now use data attribute to...
This issue is probably related to this one https://github.com/handsontable/dev-handsontable/issues/70 The 'external input' is the one that is not a part of the Handsontable editor.
That is a simple use but the use of external elements (those are not a part of the instance itself) is not fully documented. We will need to investigate this...
Hi @Chankafung You can use the `selectCells()` method. Within this method, you pass an array of arrays, and each array represents a range of selections (they can overlap as well)....
Hi @jchapelle Yes, we have this issue reported internally as well. We just need to give it a priority and schedule it. I will make sure to contact you once...
Hi @yanyinqing do we have any updates regarding this issue report?
Hi @lin199303 Can you describe your use case?
I would also add https://github.com/handsontable/handsontable/issues/5866 to the scope.
Hi @songjinlin123 Thank you for reporting. I see that those transform-related issue has been already reported here. 1. Misaligned headers with data - https://github.com/handsontable/handsontable/issues/6201 2. Gap between scrollbar and data...
You're right @robertovaldesperez method execution ```js hot.setDataAtRowProp(1, 'artist', '-------'); hot.setSourceDataAtCell(1, 'artist', '*******'); console.log(hot.getSourceData()) ``` The `getSourceData`  Table outcome ![Zrzut ekranu 2023-12-13 o 15...