Skip to content
Snippets Groups Projects
Commit dbf562b7 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Export table tcue: close #421

parent 5a8add1a
Branches
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ $(function () {
},
{
// Elimine les 0 à gauche pour les exports excel et les "copy"
targets: ["col_mod", "col_moy_gen", "col_ue", "col_res", "col_sae", "evaluation"],
targets: ["col_mod", "col_moy_gen", "col_ue", "col_res", "col_sae", "evaluation", "col_rcue"],
render: function (data, type, row) {
return type === 'export' ? data.replace(/0(\d\..*)/, '$1') : data;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment