Material-table: How To Render Custom Autocomplete Select in columns lookup field?

Created on 4 Oct 2019  路  5Comments  路  Source: mbrn/material-table

Default lookup field rendered Select element looks like this:

Screen Shot 2019-10-04 at 12 31 19 PM

I want to replace it with Autocomplete Select element only on row add or edit is this possible?
Screen Shot 2019-10-04 at 12 31 39 PM

Thanks in evidence!

ask to stackoverflow question

Most helpful comment

@RamilMamedo
This is what I did to render custom autocomplete select in material table :
I was using the react-select.
image

All 5 comments

Is there any update for this issue?

Try editComponent and create your own custom component

Try editComponent and create your own custom component

Okay, will try it. Thank you

@RamilMamedo
This is what I did to render custom autocomplete select in material table :
I was using the react-select.
image

Thank you! I handled this!

code

Was this page helpful?
0 / 5 - 0 ratings