diff --git a/tutorials/02-data-tables.md b/tutorials/02-data-tables.md index ca618b0..f93b98b 100644 --- a/tutorials/02-data-tables.md +++ b/tutorials/02-data-tables.md @@ -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?