TableTools - quick question
TableTools - quick question
greenspacechunks
Posts: 8Questions: 0Answers: 0
Has anyone seen the odd behavior on this page with TableTools?
http://sf.amy-tyler.com/?page_id=81
It looks like something odd occurs to TableTools after the theme is applied to the table.
[code]
$('#client_reviews').dataTable(
{
"sDom": '<"H"lfr<"br /">T>t<"F"ip>'
"oTableTools": {
"sSwfPath": "/wp-content/themes/childtheme/core/tabletools/media/swf/copy_csv_xls_pdf.swf"
},
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"bProcessing": true
}).makeEditable(
{
sUpdateURL: "/wp-content/themes/childtheme/update_client_notes.php",
"aoColumns": [
null,
null,
null,
null,
null,
null,
null,
{},
null,
null,
null,
null,
null,
null,
null]
});
[/code]
[code]
@import "/wp-content/themes/childtheme/core/media/css/demo_page.css";
@import "/wp-content/themes/childtheme/core/media/css/demo_table.css";
@import "/wp-content/themes/childtheme/core/media/css/demo_table_jui.css";
@import "/wp-content/themes/childtheme/core/media/css/themes/smoothness/jquery-ui-1.7.2.custom.css";
@import "/wp-content/themes/childtheme/core/tabletools/media/css/header.ccss
@import "/wp-content/themes/childtheme/core/tabletools/media/css/site.ccss";
@import "/sf/wp-content/themes/childtheme/core/extras/TableTools/media/css/TableTools.css";
[/code]
http://sf.amy-tyler.com/?page_id=81
It looks like something odd occurs to TableTools after the theme is applied to the table.
[code]
$('#client_reviews').dataTable(
{
"sDom": '<"H"lfr<"br /">T>t<"F"ip>'
"oTableTools": {
"sSwfPath": "/wp-content/themes/childtheme/core/tabletools/media/swf/copy_csv_xls_pdf.swf"
},
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"bProcessing": true
}).makeEditable(
{
sUpdateURL: "/wp-content/themes/childtheme/update_client_notes.php",
"aoColumns": [
null,
null,
null,
null,
null,
null,
null,
{},
null,
null,
null,
null,
null,
null,
null]
});
[/code]
[code]
@import "/wp-content/themes/childtheme/core/media/css/demo_page.css";
@import "/wp-content/themes/childtheme/core/media/css/demo_table.css";
@import "/wp-content/themes/childtheme/core/media/css/demo_table_jui.css";
@import "/wp-content/themes/childtheme/core/media/css/themes/smoothness/jquery-ui-1.7.2.custom.css";
@import "/wp-content/themes/childtheme/core/tabletools/media/css/header.ccss
@import "/wp-content/themes/childtheme/core/tabletools/media/css/site.ccss";
@import "/sf/wp-content/themes/childtheme/core/extras/TableTools/media/css/TableTools.css";
[/code]
This discussion has been closed.
Replies