Column headers & actions
A dynamic column often is a domain object — here every PropertyDefinition becomes a column whose <th> carries a link (via header:) and its own bulk action (via header_actions:). The action is declared on: :selection, so it submits the same shared select-form the toolbar's bulk actions use: tick a few rows, hit Tag in a column, and the checked selected[] reach that column's endpoint — acting on the ticked rows × that column's object. Declaring a :selection header action is what makes the table selectable (the checkboxes appear) — no extra wiring. header: replaces only the human_name; the same options work on a declared attribute too, not just a DynamicColumn.
@columns = PropertyDefinition.order(:id).map do |defn|
CrudComponents::DynamicColumn.new(defn.key.to_sym,
label: defn.label,
header: -> { link_to defn.label, columns_path(anchor: defn.key) }, # replaces only the human_name
header_actions: [
# acts on the TICKED rows × this column (defn); submits the shared select-form
CrudComponents::Action.new(:tag_selected, on: :selection, icon: 'tag', method: :post) do
tag_column_headers_path(key: defn.key)
end
],
preload: ->(records) { defn.values_by_subject(Book, records) }
) { |record, loaded| defn.cast(loaded[record.id]&.value) }
end
def tag # the :selection header action's target
books = CrudComponents.selected(Book, params) # resolves the ticked selected[] slugs
redirect_to column_headers_path,
notice: "Tagged #{books.count} book(s) for '#{params[:key]}'…"
end
Read more: Custom headers & column actions · Dynamic columns
| Title | Price | Shelf | Weight | Signed | Acquired | Shelf tag | ||
|---|---|---|---|---|---|---|---|---|
|
|
|
|||||||
| The Hidden Forest 1 | 28.24 € | — | — | — | — | tag: | ||
| The Endless Mirror 2 | 28.63 € | — | — | — | — | tag: | ||
| The Silent Tower 3 | 43.93 € | — | — | — | — | tag: | ||
| The Broken Engine 4 | 12.63 € | — | — | — | — | tag: | ||
| The Endless Empire 5 | 25.88 € | — | — | — | — | tag: | ||
| The Broken Garden 6 | 19.85 € | — | — | — | — | tag: | ||
| The Burning Machine 7 | 10.40 € | — | — | — | — | tag: | ||
| The Burning Machine 8 | 38.02 € | — | — | — | — | tag: | ||
| The Hidden Dune 9 | 42.43 € | — | — | — | — | tag: | ||
| The Broken Dune 10 | 13.54 € | — | — | — | — | tag: | ||
| The Ancient Tower 11 | 40.82 € | — | — | — | — | tag: | ||
| The Quiet Station 12 | 11.40 € | — | — | — | — | tag: | ||
| The Hidden Engine 13 | 33.63 € | — | — | — | — | tag: | ||
| The Endless Machine 14 | 8.37 € | — | — | — | — | tag: | ||
| The Endless Garden 15 | 29.85 € | — | — | — | — | tag: | ||
| The Hidden Garden 16 | 30.44 € | — | — | — | — | tag: | ||
| The Ancient Ocean 17 | 34.01 € | — | — | — | — | tag: | ||
| The Endless Forest 18 | 11.84 € | — | — | — | — | tag: | ||
| The Ancient Ocean 19 | 43.54 € | — | — | — | — | tag: | ||
| The Endless Mirror 20 | 21.82 € | — | — | — | — | tag: | ||
| The Hidden Dune 21 | 16.41 € | — | — | — | — | tag: | ||
| The Hidden Door 22 | 30.21 € | — | — | — | — | tag: | ||
| The Burning Door 23 | 15.15 € | — | — | — | — | tag: | ||
| The Dispossessed Winter 24 | 19.40 € | — | — | — | — | tag: | ||
| The Luminous Ocean 25 | 37.67 € | — | — | — | — | tag: | ||
| The Endless Dune 26 | 26.43 € | — | — | — | — | tag: | ||
| The Burning City 27 | 29.92 € | — | — | — | — | tag: | ||
| The Distant Station 28 | 15.62 € | — | — | — | — | tag: | ||
| The Silent Door 29 | 38.24 € | — | — | — | — | tag: | ||
| The Endless Tower 30 | 38.98 € | — | — | — | — | tag: | ||
| The Quiet Machine 31 | 21.83 € | — | — | — | — | tag: | ||
| The Ancient Engine 32 | 33.11 € | — | — | — | — | tag: | ||
| The Endless Mirror 33 | 39.79 € | — | — | — | — | tag: | ||
| The Ancient Door 34 | 32.79 € | — | — | — | — | tag: | ||
| The Hidden Mirror 35 | 27.24 € | — | — | — | — | tag: | ||
| The Dispossessed Engine 36 | 23.93 € | — | — | — | — | tag: | ||
| The Endless Winter 37 | 39.19 € | — | — | — | — | tag: | ||
| The Hidden Machine 38 | 38.74 € | — | — | — | — | tag: | ||
| The Endless Door 39 | 18.58 € | — | — | — | — | tag: | ||
| The Hidden Forest 40 | 37.54 € | — | — | — | — | tag: | ||
| The Endless Empire 41 | 30.81 € | — | — | — | — | tag: | ||
| The Broken Machine 42 | 25.55 € | — | — | — | — | tag: | ||
| The Broken Empire 43 | 20.31 € | — | — | — | — | tag: | ||
| The Ancient Ocean 44 | 25.72 € | — | — | — | — | tag: | ||
| The Luminous City 45 | 40.14 € | — | — | — | — | tag: | ||
| The Broken Engine 46 | 5.74 € | — | — | — | — | tag: | ||
| The Endless Station 47 | 26.37 € | — | — | — | — | tag: | ||
| The Hidden Mirror 48 | 21.19 € | — | — | — | — | tag: | ||
| The Silent Machine 49 | 20.70 € | — | — | — | — | tag: | ||
| The Endless Signal 50 | 26.36 € | — | — | — | — | tag: | ||
| The Dispossessed Door 51 | 36.10 € | — | — | — | — | tag: | ||
| The Ancient City 52 | 17.77 € | — | — | — | — | tag: | ||
| The Broken Door 53 | 33.91 € | — | — | — | — | tag: | ||
| The Ancient Tower 54 | 27.65 € | — | — | — | — | tag: | ||
| The Broken Door 55 | 36.00 € | — | — | — | — | tag: | ||
| The Ancient Mirror 56 | 37.08 € | — | — | — | — | tag: | ||
| The Silent Signal 57 | 24.90 € | — | — | — | — | tag: | ||
| The Dispossessed Station 58 | 22.59 € | — | — | — | — | tag: | ||
| The Silent Forest 59 | 14.46 € | — | — | — | — | tag: | ||
| The Silent Mirror 60 | 25.07 € | — | — | — | — | tag: | ||
| The Broken Machine 61 | 30.16 € | — | — | — | — | tag: | ||
| The Silent Forest 62 | 35.70 € | — | — | — | — | tag: | ||
| The Broken Dune 63 | 6.27 € | — | — | — | — | tag: | ||
| The Luminous Ocean 64 | 33.85 € | — | — | — | — | tag: | ||
| The Luminous Garden 65 | 6.67 € | — | — | — | — | tag: | ||
| The Hidden Station 66 | 40.83 € | — | — | — | — | tag: | ||
| The Dispossessed Ocean 67 | 40.62 € | — | — | — | — | tag: | ||
| The Broken Ocean 68 | 6.07 € | — | — | — | — | tag: | ||
| The Broken Empire 69 | 29.21 € | — | — | — | — | tag: | ||
| The Luminous Mirror 70 | 8.90 € | — | — | — | — | tag: | ||
| The Silent Signal 71 | 35.42 € | — | — | — | — | tag: | ||
| The Ancient City 72 | 34.41 € | — | — | — | — | tag: | ||
| The Dispossessed Winter 73 | 29.24 € | — | — | — | — | tag: | ||
| The Dispossessed Engine 74 | 39.15 € | — | — | — | — | tag: | ||
| The Silent City 75 | 44.32 € | — | — | — | — | tag: | ||
| The Quiet Dune 76 | 24.14 € | — | — | — | — | tag: | ||
| The Distant Station 77 | 38.94 € | — | — | — | — | tag: | ||
| The Silent Tower 78 | 16.99 € | — | — | — | — | tag: | ||
| The Endless Ocean 79 | 24.96 € | — | — | — | — | tag: | ||
| The Distant Engine 80 | 43.18 € | — | — | — | — | tag: | ||
| The Quiet Forest 81 | 37.94 € | — | — | — | — | tag: | ||
| The Hidden Winter 82 | 12.30 € | — | — | — | — | tag: | ||
| The Burning Signal 83 | 42.17 € | — | — | — | — | tag: | ||
| The Endless Winter 84 | 34.31 € | — | — | — | — | tag: | ||
| The Hidden Signal 85 | 20.30 € | — | — | — | — | tag: | ||
| The Distant Dune 86 | 41.33 € | — | — | — | — | tag: | ||
| The Burning Station 87 | 15.13 € | — | — | — | — | tag: | ||
| The Ancient Signal 88 | 19.15 € | — | — | — | — | tag: | ||
| The Luminous Tower 89 | 22.68 € | — | — | — | — | tag: | ||
| The Dispossessed Tower 90 | 33.21 € | — | — | — | — | tag: | ||
| The Quiet Signal 91 | 9.09 € | — | — | — | — | tag: | ||
| The Endless Ocean 92 | 42.02 € | — | — | — | — | tag: | ||
| The Luminous Empire 93 | 14.02 € | — | — | — | — | tag: | ||
| The Distant Station 94 | 19.41 € | — | — | — | — | tag: | ||
| The Hidden Door 95 | 21.22 € | — | — | — | — | tag: | ||
| The Broken Mirror 96 | 34.38 € | — | — | — | — | tag: | ||
| The Luminous Empire 97 | 13.61 € | — | — | — | — | tag: | ||
| The Hidden Archive 98 | 27.03 € | — | — | — | — | tag: | ||
| The Endless Garden 99 | 17.29 € | — | — | — | — | tag: | ||
| The Broken Door 100 | 26.98 € | — | — | — | — | tag: | ||
| The Ancient Engine 101 | 37.89 € | — | — | — | — | tag: | ||
| The Dispossessed Dune 102 | 37.91 € | — | — | — | — | tag: | ||
| The Burning Garden 103 | 38.50 € | — | — | — | — | tag: | ||
| The Distant Dune 104 | 25.09 € | — | — | — | — | tag: | ||
| The Luminous City 105 | 22.63 € | — | — | — | — | tag: | ||
| The Distant Station 106 | 12.86 € | — | — | — | — | tag: | ||
| The Silent Dune 107 | 17.86 € | — | — | — | — | tag: | ||
| The Broken Winter 108 | 32.73 € | — | — | — | — | tag: | ||
| The Hidden Station 109 | 37.73 € | — | — | — | — | tag: | ||
| The Hidden Dune 110 | 40.26 € | — | — | — | — | tag: | ||
| The Ancient Winter 111 | 11.99 € | — | — | — | — | tag: | ||
| The Endless City 112 | 23.04 € | — | — | — | — | tag: | ||
| The Luminous Empire 113 | 31.61 € | — | — | — | — | tag: | ||
| The Dispossessed Archive 114 | 8.47 € | — | — | — | — | tag: | ||
| The Quiet Dune 115 | 42.25 € | — | — | — | — | tag: | ||
| The Endless Station 116 | 7.61 € | — | — | — | — | tag: | ||
| The Endless Machine 117 | 14.47 € | — | — | — | — | tag: | ||
| The Distant Winter 118 | 16.33 € | — | — | — | — | tag: | ||
| The Burning Winter 119 | 29.94 € | — | — | — | — | tag: | ||
| The Silent Winter 120 | 16.22 € | — | — | — | — | tag: | ||