Question: Configurable column names #347
Answered
by
iddan
IPWright83
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iddan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions