TableTools Help
TableTools Help
Can anyone help me with getting Table Tools going? Here is my code below, I just can't figure it out.
Thanks
[code]
@import "Set-Dur/DataTables-1.8.2/media/css/demo_table_jui.css";
@import "Set-Dur/DataTables-1.8.2/examples/examples_support/themes/smoothness/jquery-ui-1.8.4.custom.css";
@import "Set-Dur/DataTables-1.8.2/media/css/TableTools.css";
var oTables;
$(document).ready(function () {
oTable = $('#example').dataTable({
"sDom": 'T<"clear">lfrtip',
"sSwfPath": "Set-Dur/DataTables-1.8.2/media/swf/copy_cvs_xls_pdf.swf"
"bJQueryUI": true,
"iDisplayLength": 15,
"aLengthMenu": [[15, 25, 50, 100], [15, 25, 50, 100]],
"sPaginationType": "full_numbers", // [Edit: forgot the comma here when first posted]
"oLanguage": {
"sSearch": "Filter: "
}
});
} );
[/code]
Thanks
[code]
@import "Set-Dur/DataTables-1.8.2/media/css/demo_table_jui.css";
@import "Set-Dur/DataTables-1.8.2/examples/examples_support/themes/smoothness/jquery-ui-1.8.4.custom.css";
@import "Set-Dur/DataTables-1.8.2/media/css/TableTools.css";
var oTables;
$(document).ready(function () {
oTable = $('#example').dataTable({
"sDom": 'T<"clear">lfrtip',
"sSwfPath": "Set-Dur/DataTables-1.8.2/media/swf/copy_cvs_xls_pdf.swf"
"bJQueryUI": true,
"iDisplayLength": 15,
"aLengthMenu": [[15, 25, 50, 100], [15, 25, 50, 100]],
"sPaginationType": "full_numbers", // [Edit: forgot the comma here when first posted]
"oLanguage": {
"sSearch": "Filter: "
}
});
} );
[/code]
This discussion has been closed.