We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea61aa commit 9560e0aCopy full SHA for 9560e0a
1 file changed
README.md
@@ -82,7 +82,6 @@ May 18 → 21 booking shows on 18 (`→`), 19 (`·`), 20 (`←`).
82
|---|---|
83
| `group_by:` (Symbol) | Bucket by a date/datetime column. **1 SQL** per month (prefetched). |
84
| `group_by_scope:` (Symbol) | Call `Model.scope(date)` per cell — for ranges, joins, time-zone math. **N SQL** per month (one per visible day). |
85
-| `header:` (String / Proc) | Rendered next to the month title. Proc receives `(collection, current_month)`. |
86
87
URL params `?year=2026&month=5` drive the visible month. Today / Previous /
88
Next links are rendered automatically and preserve current filter params.
0 commit comments