Updated tutorials/01-hello-fluid-frame.md tutorials/02-data-tables.md
This commit is contained in:
parent
64731e833c
commit
fff0dec262
|
@ -124,12 +124,3 @@ def refresh_greetings(self):
|
|||
* Query ordering matters — newest first keeps users happy.
|
||||
|
||||
---
|
||||
|
||||
git add tutorials/01-hello-fluid-frame.md tutorials/02-data-tables.md
|
||||
git commit -m "feat(tutorials): add Hello Fluid Frame + Data Tables with persistence, querying, and RepeatingPanel display"
|
||||
git push origin main
|
||||
````
|
||||
|
||||
---
|
||||
|
||||
If you want, I can also make **Tutorial 03 — Server Modules & Security** a bit more difficult by adding role-based access control so that only logged-in users with a certain role can call a sensitive server function. That would round out the trio. Want me to do that next?
|
||||
|
|
Loading…
Reference in New Issue