iddan / react-spreadsheet

Simple, customizable yet performant spreadsheet for React
https://iddan.github.io/react-spreadsheet
MIT License
1.34k stars 157 forks source link

Question: Configurable column names #346

Closed IPWright83 closed 1 year ago

IPWright83 commented 1 year ago

This library looks really interesting and I'm wondering if I use can use it for my use case, which is slightly different from a spreadsheet. I'm interested in your thoughts and any suggestions on an approach if you don't mind.

Basically I want a quick and easy lightweight table, to support probably up to 10k rows. First question is whether that number of rows performs ok given there's no virtualization.

I also want to be able to provide editable column names (rather than letters) and I'm wondering if there's a way to enable that, or whether hiding the letters and having a styled first row might be a better approach?

Thanks for any advice!

iddan commented 1 year ago
  1. The number of rows should work okay.
  2. You can provide a custom ColumnIndicator component with editing capabilities.