Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d8cb5b4
docs: add design for fixing the table category filter
markdumay Jul 14, 2026
94c22cd
docs: add implementation plan for the table category filter fix
markdumay Jul 14, 2026
d04023c
fix(i18n): add the missing table filter translations
markdumay Jul 14, 2026
ad21748
fix(utilities): stop AddModule discarding existing dependencies
markdumay Jul 14, 2026
b4948f4
fix(table): make the category filter reachable and self-sufficient
markdumay Jul 14, 2026
c4f87b4
fix(components): make table filter id deterministic across builds
markdumay Jul 14, 2026
f6ddd12
fix(table): warn when a data table's module is not loaded
markdumay Jul 14, 2026
9c63e92
fix(utils): honour explicit page argument in AddModule
markdumay Jul 14, 2026
b8d352c
chore: update build stats
markdumay Jul 14, 2026
aebeab8
fix(table): honour filter-col=0 and warn from the shortcode
markdumay Jul 14, 2026
720fdab
fix(components): align table filter warning with partial normalization
markdumay Jul 14, 2026
ef6809d
docs: add design for a shared deterministic element-id helper
markdumay Jul 14, 2026
f9ff459
docs: home the id helper in mod-utils, not Hinode
markdumay Jul 14, 2026
3319d10
docs: merge mod-blocks before Hinode in the id-helper rollout
markdumay Jul 14, 2026
eeb9036
docs: add implementation plan for the deterministic id helper
markdumay Jul 14, 2026
69e68a9
fix(table): take the filter id from the shared UniqueID helper
markdumay Jul 14, 2026
c7106b1
chore: update build stats
markdumay Jul 14, 2026
be3b402
chore: update build stats
markdumay Jul 15, 2026
f2813be
build(deps): bump mod-utils to v6.5.0 and mod-blocks to v2.1.3
markdumay Jul 15, 2026
b1e299b
Merge remote-tracking branch 'origin/main' into fix/table-category-fi…
markdumay Jul 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/structures/table.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
comment: >-
Makes a Markdown table responsive with horizontal scrolling on smaller screens.
Sorting, paging, and searching require the simple-datatables module.
Sorting, paging, searching, and filtering require the simple-datatables module.
icon: table_chart
arguments:
page:
Expand Down
Loading