Button Tabletools show only font

Button Tabletools show only font

kumbara1kumbara1 Posts: 2Questions: 1Answers: 0

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

Answers

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394
    Answer ✓

    Are you including the relevant css?

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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

  • kumbara1kumbara1 Posts: 2Questions: 1Answers: 0

    yeah i forget to include tabletools css, now it working. thanks :)

This discussion has been closed.