flash message in copy no edit tabletools
flash message in copy no edit tabletools
paradita85
Posts: 16Questions: 0Answers: 0
hello i use tabletools but not can change the display message.
$(document).ready( function () {
$('#example').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
{
"sExtends": "copy",
"sButtonText": "Static text!",
"fnClick": function ( nButton, oConfig, flash ) {
this.fnSetText( flash, "Hello from TableTools!" );
}
}
]
}
} );
} );
not working.
thanks
$(document).ready( function () {
$('#example').dataTable( {
"sDom": 'T<"clear">lfrtip',
"oTableTools": {
"aButtons": [
{
"sExtends": "copy",
"sButtonText": "Static text!",
"fnClick": function ( nButton, oConfig, flash ) {
this.fnSetText( flash, "Hello from TableTools!" );
}
}
]
}
} );
} );
not working.
thanks
This discussion has been closed.
Replies