-1

I can't figure out this problem. Is it possible on this npm library? This is what I want to achieve

diedu
  • 19,277
  • 4
  • 32
  • 49
  • Welcome to the community. If my answer worked you can accept it https://stackoverflow.com/help/someone-answers – diedu Oct 29 '21 at 13:35
  • Please provide enough code so others can better understand or reproduce the problem. – Community Oct 30 '21 at 18:31

1 Answers1

1

Yes, with the renderRow prop

renderRow: custom component to render each result row (use this to show an icon beside each result). data and index will be passed as input parameters

diedu
  • 19,277
  • 4
  • 32
  • 49