TableTools not working on Firefox

TableTools not working on Firefox

yzhang1121yzhang1121 Posts: 5Questions: 0Answers: 0
edited November 2010 in TableTools
Allen,

Do you know any reasons the TableTools working on IE 6 but not on Firefox 3.6.12? It worked perfectly on IE 6. But on FF, only Print worked. Other three buttons (Copy, Export to CSV and Excel), when I click it, it disappears. Here is my code:
[code]
TableToolsInit.sSwfPath = "./dataTables/swf/ZeroClipboard.swf";

uresultsTable = $('#example').dataTable({
"bDestroy": true,
"sDom": 'T<"clear">lfrtip',
"aaSorting": [[6, 'asc'], [1, 'asc'], [4, 'asc']],
"iDisplayLength": 50,
"aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]],
"bProcessing": true,
"bServerSide": false,
"sAjaxSource": './URL to the data source',
"fnRowCallback": function() {//processing some columns}

[/code]

Thank you for your support.

yzhang1121

Replies

  • anjibmananjibman Posts: 115Questions: 10Answers: 0
    What do you see on Firebug?
  • yzhang1121yzhang1121 Posts: 5Questions: 0Answers: 0
    Nothing shows in Firebug. But when I click on Print, Print View shows up and when I key Esc I see this message in Firebug: The 'charCode' property of a keyup event should not be used. The value is meaningless.
  • yzhang1121yzhang1121 Posts: 5Questions: 0Answers: 0
    Ok, we found the problem: in our own css file we have an class called active that defines display: none. When I click on Copy button that will add active class to class="TableTools_button TableTools_csv_hover". So the button disappears. Why doesn't that affect IE6?

    Thanks.
  • HoneylynHoneylyn Posts: 1Questions: 0Answers: 0
    edited November 2010
    I also have the same problem with this yzhang1121. I'll try to follow your solution about this. I'll be back after I solve this problem. I don't know what CSS conflicts does my file have about this.



    http://www.shakenutrition.com/ | http://www.shakenutrition.com/shakeology-reviews/ | http://www.shakenutrition.com/about/shakeology-scam/
  • jbill41jbill41 Posts: 2Questions: 0Answers: 0
    Visit my thoughts on this at my baby pool floats website
  • jbill41jbill41 Posts: 2Questions: 0Answers: 0
    Visit my thoughts on this at my baby pool floats website
This discussion has been closed.