Hi all,
There is a small problem and I need your help.
I have a dynamic data source for autocomplete columns. There can be a lot of data, so I want to implement something like iniftini scroll in dropdown with options.
Is there any simple and quick option to implement something like a button in a dropdown, by clicking on which I could request another piece of data?
If there is none, then how can I make a custom component dropdown?
I’m using React:17.0.2 and handsontable: 9.0.1
Thanks!
Inifinity scroll for autocomplete source
Hi @mbdoy213
We don’t have out of the box solution for your problem. What you can do is to try to build a custom cell type that will include custom editor and custom renderer (for button):
https://handsontable.com/docs/cell-type/#registering-custom-cell-type