Explorar el Código

Export CSV dossiers

stany.ferer hace 3 meses
padre
commit
39ae212889
Se han modificado 1 ficheros con 14 adiciones y 1 borrados
  1. 14 1
      core/views/pages/cms.proweb-dossiers.php

+ 14 - 1
core/views/pages/cms.proweb-dossiers.php

@@ -32,7 +32,20 @@ echo core::filAriane(array(
 
 ?>
 <div>
-    <table id="ProWebSalary" class="table-striped table-hover table-sm" data-page-size="25" data-show-footer="true" data-toggle="table" data-buttons-align="left" data-pagination="true" data-filter-control="true" data-flat="true" data-show-columns-toggle-all="true" data-url="<?php echo $jsonTarget ?>">
+    <table 
+        id="ProWebSalary" 
+        class="table-striped table-hover table-sm" 
+        data-page-size="50"
+        data-show-footer="true" 
+        data-toggle="table" 
+        data-buttons-align="left" 
+        data-pagination="true" 
+        data-filter-control="true" 
+        data-flat="true" 
+        data-show-export="true"
+        data-show-columns-toggle-all="true" 
+        data-page-list="[50, 100, 250, 500, 750, 1000]" 
+        data-url="<?php echo $jsonTarget ?>">
         <thead>
             <tr>
                 <th data-sortable="true" data-field="exe_ref" data-filter-control="select">Année</th>