-
-
Notifications
You must be signed in to change notification settings - Fork 38
Added Docs #221
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
base: main
Are you sure you want to change the base?
Added Docs #221
Conversation
I just need to push to edit these from another device. The docs are not ready yet.
Finished writing the docs. Ready to push in a pull request. You may suggest and make any changes you like.
I'm rewriting some of the docs to hopefully make them more accurate. However, I still might have misunderstood how TableView works. Make sure to check the docs before merging for any mistakes I might have made. |
Docs V2. Ready to push. Subject to change.
Marking this as draft to make some extra changes if needed. You can still merge it now if you want. Edit: I'm also going to be making an example repository to test out the code, show example uses, and understand how TableView works. It may contain snippets from your samples app and we can also include this in your sample app too. But for now, I'm making a simple separate repository before merging. |
Finally made a good enough version of the docs! Specifically I... - Deleted 'Customizing-your-TableView.md' and merged its content into 'customization.md' for improved organization. - Renamed and significantly expanded 'Data-To-TableView.md' with clearer examples and detailed instructions for auto-generated and custom columns. - Added a tip to 'getting-started.md' to guide users to the documentation.
Fixed a thing. Ready to merge. Hope I didn't make any mistakes this time.
Well, it seems we're finally good to go (hopefully)! Check out the docs and merge when you're ready or propose or make any changes that are needed. |
corrected an example. that's all
Added documentation for customizing the TableView, useful functions and FAQs and dynamically adding data.
Important
Make sure to read the docs, since I wrote them based on my understanding of the code, which might be incorrect.
Feel absolutely free to suggest or make any changes.
Closes #216 and #218