mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added tooltip to CSV datatable button
This commit is contained in:
parent
2ee4f9d88f
commit
f9215af803
@ -3233,6 +3233,7 @@ function ui_print_datatable(array $parameters)
|
|||||||
{
|
{
|
||||||
extend: "csv",
|
extend: "csv",
|
||||||
text : "'.__('Export current page to CSV').'",
|
text : "'.__('Export current page to CSV').'",
|
||||||
|
titleAttr: "'.__('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'].'",
|
fieldSeparator: "'.$config['csv_divider'].'",
|
||||||
exportOptions : {
|
exportOptions : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user