|
@@ -32,7 +32,20 @@ echo core::filAriane(array(
|
|
|
|
|
|
|
|
?>
|
|
?>
|
|
|
<div>
|
|
<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>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th data-sortable="true" data-field="exe_ref" data-filter-control="select">Année</th>
|
|
<th data-sortable="true" data-field="exe_ref" data-filter-control="select">Année</th>
|