Relative Content

Tag Archive for reactjsmaterial-uidatagridmui-x-data-grid

How to make a searchable signleSelect type column using DataGrid

I have a singleSelect type column, because the list is really long (contains 170 items), I’d like to make it searchable. Basically, when the dropdown list is open, I want to be able to type in the word, then if that value is in the list, the list will jump down to that value and select it. How to implement this?