Hello
Im using custom autocomplete. Fetching data by source(query, callback).
How to pass this data to cellrenderer or how to get source data in cellrenderer.
Thank for help
Hello
Im using custom autocomplete. Fetching data by source(query, callback).
How to pass this data to cellrenderer or how to get source data in cellrenderer.
Thank for help
If you want to get only the source data you can use our hook that is designed to help with it: https://handsontable.com/docs/react-data-grid/api/core/#getsourcedata
Then, after getting the data you will be able to pass them to the custom renderer.
i mean i need to pass that query’s fetched choices pass to cell renderer
i hope you have solution
I will close this topic as you created the second one with more details: Custom autocomplete pass choices to cellrenderer