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?
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!