Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[{{row-count-placeholder}}] not showing the number #34

Open
nadia-am opened this issue Aug 11, 2020 · 1 comment
Open

[{{row-count-placeholder}}] not showing the number #34

nadia-am opened this issue Aug 11, 2020 · 1 comment

Comments

@nadia-am
Copy link

nadia-am commented Aug 11, 2020

[{{row-count-placeholder}}] is just showing myvariable[{{row-count-placeholder}}] in outputs not the number?!

the result is :
<tr class=" row" style="display: block!important;">
<td style="width: 20%;"> <input type="text" name="edu-degree[{{row-count-placeholder}}]" placeholder="مقطع تحصیلی" value="کارشناسی"> </td>
<td style="width: 20%;"> <input type="text" name="edu-field[{{row-count-placeholder}}]" placeholder="رشته تحصیلی" value="همون"></td>
<td style="width: 20%;"> <input type="text" name="edu-place[{{row-count-placeholder}}]" placeholder="محل تحصیل" value="رشت"> </td>
<td style="width: 20%;"> <input type="text" name="edu-start[{{row-count-placeholder}}]" placeholder="سال شروع" value="88"> </td>
<td style="width: 20%;"> <input type="text" name="edu-end[{{row-count-placeholder}}]" placeholder="سال فارغ التحصیلی" value="89"> </td>
<td> <span style="border-radius: 5px; background:#c53939; padding: 5px 15px;color: white;" class="remove">حذف</span></td>
</tr>

@mrabro
Copy link

mrabro commented Nov 8, 2022

[{{row-count-placeholder}}] is just showing myvariable[{{row-count-placeholder}}] in outputs not the number?!

the result is : <tr class=" row" style="display: block!important;"> <td style="width: 20%;"> <input type="text" name="edu-degree[{{row-count-placeholder}}]" placeholder="مقطع تحصیلی" value="کارشناسی"> </td> <td style="width: 20%;"> <input type="text" name="edu-field[{{row-count-placeholder}}]" placeholder="رشته تحصیلی" value="همون"></td> <td style="width: 20%;"> <input type="text" name="edu-place[{{row-count-placeholder}}]" placeholder="محل تحصیل" value="رشت"> </td> <td style="width: 20%;"> <input type="text" name="edu-start[{{row-count-placeholder}}]" placeholder="سال شروع" value="88"> </td> <td style="width: 20%;"> <input type="text" name="edu-end[{{row-count-placeholder}}]" placeholder="سال فارغ التحصیلی" value="89"> </td> <td> <span style="border-radius: 5px; background:#c53939; padding: 5px 15px;color: white;" class="remove">حذف</span></td> </tr>

you need to add template class with row

i.e. <tr class="template row">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants