Added option for custom delimiter in export csv for datatables - #4623
This commit is contained in:
parent
2f45d3d6ec
commit
89253f4111
|
@ -3205,6 +3205,7 @@ function ui_print_datatable(array $parameters)
|
||||||
{
|
{
|
||||||
extend: "csv",
|
extend: "csv",
|
||||||
text : "'.__('Export current page to CSV').'",
|
text : "'.__('Export current page to CSV').'",
|
||||||
|
fieldSeparator: "'.$config['csv_divider'].'",
|
||||||
exportOptions : {
|
exportOptions : {
|
||||||
modifier : {
|
modifier : {
|
||||||
// DataTables core
|
// DataTables core
|
||||||
|
|
Loading…
Reference in New Issue