flash message in copy no edit tabletools

flash message in copy no edit tabletools

paradita85paradita85 Posts: 16Questions: 0Answers: 0
edited March 2013 in General
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

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read
This discussion has been closed.