Merge branch 'ent-4623-Exportar-a-CSV-los-eventos-separador-erroneo' into 'develop'
Ent 4623 exportar a csv los eventos separador erroneo See merge request artica/pandorafms!2727
This commit is contained in:
commit
868bba07b0
|
@ -3234,6 +3234,7 @@ function ui_print_datatable(array $parameters)
|
||||||
extend: "csv",
|
extend: "csv",
|
||||||
text : "'.__('Export current page to CSV').'",
|
text : "'.__('Export current page to CSV').'",
|
||||||
title: "export_'.$parameters['id'].'_current_page_'.date('Y-m-d').'",
|
title: "export_'.$parameters['id'].'_current_page_'.date('Y-m-d').'",
|
||||||
|
fieldSeparator: "'.$config['csv_divider'].'",
|
||||||
exportOptions : {
|
exportOptions : {
|
||||||
modifier : {
|
modifier : {
|
||||||
// DataTables core
|
// DataTables core
|
||||||
|
|
Loading…
Reference in New Issue