-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation request: Is the index property required? #456
Comments
hi @DanKaplanSES index is not required. You can try out yourself. Here are other examples of this: https://console-table.netlify.app/docs/doc-computed-function |
but I see your point and yes its a better example without using this particular name, which can imply something like this. |
Great! Thank you for considering this. I'd like to add some additional context that may be unnecessary, but might explain how I came to my assumption: I found this library because Incidentally, I want to reiterate I (now) understand that is not the case, but I thought it might help to shed some insight into my thought process. Thanks again! |
I have updated some docs to make it more clear that index is not needed. Feel free to open it up again if needed |
After looking at most of the examples, I don't think an
index
column is required, but the majority of the documentation has a column by that name, including every example on the Adding Rows page. If this column isn't required, I think this is the place to say it. Otherwise, it's implied that it must be manually set by the user.The text was updated successfully, but these errors were encountered: