Liquid v0.5.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
Specs
parse(Liquid.Block, Liquid.Template) :: {Liquid.Block, Liquid.Template}
Parses and organises markup to set up iterator
Specs
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