-
Notifications
You must be signed in to change notification settings - Fork 101
Table documentation #554
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?
Table documentation #554
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Associated pull request for manual-examples is at joomla/manual-examples#48
PR Type
Documentation
Description
Add comprehensive Table class documentation covering basic and advanced functionality
Document checkout/checkin, ACL assets, ordering, publishing, and hits operations
Include nested set tables implementation for tree structures with CRUD operations
Provide reflection methods and reserved column names reference guide
Diagram Walkthrough
File Walkthrough
index.md
Table documentation index and overviewdocs/general-concepts/table/index.md
pattern
basic-table.md
Basic Table class functionality and CRUD operationsdocs/general-concepts/table/basic-table.md
advanced-table.md
Advanced Table class features and asset managementdocs/general-concepts/table/advanced-table.md
nested.md
Nested Set Tables for hierarchical tree structuresdocs/general-concepts/table/nested.md