Autocomplete pass data to cellrenderer

Tags: #<Tag:0x00007efc60fb5910> #<Tag:0x00007efc60fb5780>

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

Hi @munkhtulgaworks

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 :slight_smile:

Hi @munkhtulgaworks

I will close this topic as you created the second one with more details: Custom autocomplete pass choices to cellrenderer