Solid.Tags.TablerowTag (solid v1.0.0)

View Source

Generates an HTML table. Must be wrapped in opening <table> and closing </table> HTML tags.

Input:

{% tablerow product in collection.products %} {{ product.title }} {% endtablerow %}

Output:

Cool Shirt Alien Poster Batman Poster Bullseye Shirt Another Classic Vinyl Awesome Jeans

Summary

Types

t()

@type t() :: %Solid.Tags.TablerowTag{
  body: [Solid.Parser.entry()],
  enumerable: Solid.Argument.t(),
  loc: Solid.Parser.Loc.t(),
  parameters: %{required(parameter()) => Solid.Argument.t()},
  variable: Solid.Variable.t()
}