Liquid v0.6.0 Liquid.TableRow

tablerow tag iterates over an array or collection splitting it up to a table with pre-set columns number

Several useful variables are available to you within the loop.

Summary

Functions

Parses and organises markup to set up iterator

Iterates through pre-set data and appends it to rendered output list Adds the HTML table rows and cols depending on the initial cols parameter

Functions

parse(block, t)
parse(Liquid.Block, Liquid.Template) :: {Liquid.Block, Liquid.Template}

Parses and organises markup to set up iterator

render(output, block, context)
render(list, Liquid.Block, Liquid.Context) :: {list, Liquid.Context}

Iterates through pre-set data and appends it to rendered output list Adds the HTML table rows and cols depending on the initial cols parameter

syntax()