Button Tabletools show only font
Button Tabletools show only font
kumbara1
Posts: 2Questions: 1Answers: 0
in Extensions
hi, anyone can help me about this case ? button show but only font
$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "proses.php",
"sDom": 'T<"clear">lfrtip'
} );
} );
http://imgur.com/lBEmJB7
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Are you including the relevant css?
Agreed - you very likely aren't including the TableTools CSS. However, we can't be certain without a test case (the forum rules very clearly and explicitly state that a test case is required. Please link to a test case).
Allan
yeah i forget to include tabletools css, now it working. thanks :)