jQuery theming mix with "sDom": 'T<"clear">lfrtip' -AND- "sDom": 'C<"clear">lfrtip'
jQuery theming mix with "sDom": 'T<"clear">lfrtip' -AND- "sDom": 'C<"clear">lfrtip'
mr_phillipus
Posts: 5Questions: 0Answers: 0
Hi There,
Long story short, if I use 'theming' together with sDom, the layout of the table is not as pretty as without sDom
A slap on my face is might what I need?
Thanks in advance,
Here is my coding, re-locate all css, js, images, all confirmed working fine (link path, etc)
@import "css_js/demo_page.css";
@import "css_js/demo_table_jui.css";
@import "css_js/jquery-ui-1.8.4.custom.css";
@import "css_js/TableTools.css";
$(document).ready(function() {
TableTools.DEFAULTS.aButtons = [ "copy", "csv", "xls" ];
$('#example').dataTable( {
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "server_processing.php",
"sDom": 'T<"clear">lfrtip'
} );
} );
Long story short, if I use 'theming' together with sDom, the layout of the table is not as pretty as without sDom
A slap on my face is might what I need?
Thanks in advance,
Here is my coding, re-locate all css, js, images, all confirmed working fine (link path, etc)
@import "css_js/demo_page.css";
@import "css_js/demo_table_jui.css";
@import "css_js/jquery-ui-1.8.4.custom.css";
@import "css_js/TableTools.css";
$(document).ready(function() {
TableTools.DEFAULTS.aButtons = [ "copy", "csv", "xls" ];
$('#example').dataTable( {
"bJQueryUI": true,
"sPaginationType": "full_numbers",
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "server_processing.php",
"sDom": 'T<"clear">lfrtip'
} );
} );
This discussion has been closed.
Replies
Allan