nick-keller / react-datasheet-grid

An Airtable-like / Excel-like component to create beautiful spreadsheets.
MIT License
1.77k stars 167 forks source link

A select in grid with thousands of options #312

Open Dennis-N8 opened 1 year ago

Dennis-N8 commented 1 year ago

hi,

I have a grid with several select and text input components. One select component has 1200 options.

When I type in an empty new grid with just 2 rows - everything is fast. When I add 10 records in an empty new grid and type something - it's a bit slow.

Can it be because of many (1200) options?

That's on my developer machine, haven't deployed it to production yet.