on peut passer dans l'appel de l'inclure un tableau de valeurs du nombre de lignes par page

This commit is contained in:
Christophe 2020-03-12 23:14:02 +01:00
parent 8974f899f0
commit 7779fb6f6c
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@
<div id="app" class="crayon xxxx-yyyy-nn">
<mon-tableau
apiuri="spip.php?page=json_gamutable.json"
:tparpage="[11,22,33,'tous']"
:tparpage="#ENV{tparpage, [10, 20, 50, 'Tous']}"
ref="montableau"
></mon-tableau>
</div>