From 64c928fc31037ac16ad92b45f5330db100cd3cdd Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:23:14 +0200 Subject: [PATCH] fix(arguments): drop the wrap/data-table incompatibility note The wrap argument's comment claimed "This setting is not compatible with data tables." That is no longer true: Hinode renders a wrapped data table uniformly and mod-simple-datatables applies the wrapped layout through simple-datatables' tableRender hook, so wrap combines with sortable, paginate and searchable. The stale note is surfaced in the generated argument documentation, so it needs a release to reach downstream sites. --- data/structures/_arguments.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/structures/_arguments.yml b/data/structures/_arguments.yml index e5515ca..2f7bfee 100644 --- a/data/structures/_arguments.yml +++ b/data/structures/_arguments.yml @@ -1688,8 +1688,7 @@ arguments: type: bool optional: true comment: >- - Toggle the last column to wrap to a new row on smaller devices. This - setting is not compatible with data tables. + Toggle the last column to wrap to a new row on smaller devices. wrapper: type: string optional: true