Ajout une nouvelle option de chargement : un code html qui sera ajouté
dans le bandeau au dessus du tableau, a coté du nbr d'elements. pour cela, on utilise l'arg : includespip
This commit is contained in:
parent
e60444a474
commit
e0c0a2f1ae
7 changed files with 26 additions and 8 deletions
|
@ -3,6 +3,7 @@
|
|||
[(#SET{sort_asc,[(#CHEMIN{img/sprite_gamutable.svg})#sort_asc]})]
|
||||
[(#SET{sort_desc,[(#CHEMIN{img/sprite_gamutable.svg})#sort_desc]})]
|
||||
<span class="crayon gamutable-yyyy-nn"></span>
|
||||
|
||||
<div id="app">
|
||||
<div class="container_un">
|
||||
<div class="gamutableUn">
|
||||
|
@ -19,6 +20,7 @@
|
|||
filtrecolmulti="#ENV{filtrecolmulti,oui}"
|
||||
nomblocajaxreload="#ENV{nomblocajaxreload}"
|
||||
stockage="#ENV{stockage,localstorage}"
|
||||
includespip="#ENV{includespip}"
|
||||
ref="montableau"
|
||||
></mon-tableau>
|
||||
</div>
|
||||
|
@ -40,6 +42,7 @@
|
|||
filtrecolmulti="[(#ENV{filtrecolmulti_deux, #ENV{filtrecolmulti,oui}})]"
|
||||
nomBlocAjaxReload="#ENV{nomblocajaxreload}"
|
||||
stockage="#ENV{stockage,localstorage}"
|
||||
includespip="#ENV{includespip}"
|
||||
ref="montableau"
|
||||
></mon-tableau>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue