Button Tabletools show only font
Button Tabletools show only font
![kumbara1](https://secure.gravatar.com/avatar/ad987e77614b85f6bbcbcddd2fea26d9/?default=https%3A%2F%2Fvanillicon.com%2Fad987e77614b85f6bbcbcddd2fea26d9_200.png&rating=g&size=120)
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 :)