Allow more rows to be generated at a custom index

This commit is contained in:
Ian Coleman
2017-11-21 12:06:56 +11:00
parent f487fea9b8
commit 9183f9f658
3 changed files with 66 additions and 3 deletions
+5 -2
View File
@@ -622,9 +622,12 @@
</table>
</div>
</div>
<span>Show more rows</span>:
<span>Show</span>
<input type="number" class="rows-to-add" value="20">
<button class="more">Show</button>
<button class="more">more rows</button>
<span>starting from index</span>
<input type="number" class="more-rows-start-index">
<span>(leave blank to generate from next index)</span>
<hr>