mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
update tablerow to tablerowloop
This commit is contained in:
@@ -11,7 +11,7 @@ module Liquid
|
|||||||
# The `tablerow` tag must be wrapped in HTML `<table>` and `</table>` tags.
|
# The `tablerow` tag must be wrapped in HTML `<table>` and `</table>` tags.
|
||||||
#
|
#
|
||||||
# > Tip:
|
# > Tip:
|
||||||
# > Every `tablerow` loop has an associated [`tablerow` object](/api/liquid/objects#tablerow) with information about the loop.
|
# > Every `tablerow` loop has an associated [`tablerowloop` object](/api/liquid/objects#tablerowloop) with information about the loop.
|
||||||
# @liquid_syntax
|
# @liquid_syntax
|
||||||
# {% tablerow variable in array %}
|
# {% tablerow variable in array %}
|
||||||
# expression
|
# expression
|
||||||
|
|||||||
Reference in New Issue
Block a user