Template | Description | Updated | Load |
---|
Lines
: the current content in an array of strings
Samples
{% for line in Lines %}
{{ "now" | date: "%v" }} {{ line }}
{%- endfor -%}
<ul id="data">
{% for line in Lines %}
<li>{{line}}</li>
{% endfor -%}
</ul>
rowNumber
: the current row number
value
: the current value
fieldId
: the id(index) of the current field
field
: the current field
values
: all the values of the current row/record
request
: the request object
value * 2
const result = 'hello at ' + Math.floor(Math.random() * 1000);
return result;
Schema | Description | Updated | Load |
---|
Field Name | Type | Options |
---|
You can change the password if you have signed up with us. If you sign in using your own social account like GitHub etc, please change the password with your provider.
Change PasswordAll of your data with us will be completed removed and can NOT be recovered.
Delete My AccountDate | Type | Calls |
---|