table tool export-pagination clash

table tool export-pagination clash

ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
edited June 2013 in DataTables 1.9
HI,
i have used table tool2 and datatable 1.9.4.When i used them both in a page the css effect on pagination lost.

[code]





$(document).ready( function () {
$('#example').dataTable( {
"sDom": 'T<"clear">tip',
"oTableTools": {
"aButtons": [
{
"bFooter": true,
"sExtends": "copy",
"sButtonText": "Copy",
"mColumns": [ 1,2,3,4,5,6,7 ]
},
{
"bFooter": true,
"sExtends": "print",
"sButtonText": "Print",
"mColumns": [ 1,2,3,4,5,6,7 ]
},
{
"bFooter": true,
"sExtends": "xls",
"sButtonText": "XLS",
"mColumns": [ 1,2,3,4,5,6,7 ]
},
{
"bFooter": true,
"sExtends": "csv",
"sButtonText": "CSV",
"mColumns": [ 1,2,3,4,5,6,7 ]
},
{
"bFooter": true,
"sExtends": "pdf",
"sButtonText": "PDF",
"mColumns": [ 1,2,3,4,5,6,7 ]
}
]
}
} );
} );

[/code]

Replies

  • allanallan Posts: 63,213Questions: 1Answers: 10,415 Site admin
    CSS effect on the pagination? What CSS effect?

    Also, please link to a test case: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
  • ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
    edited June 2013
    http://pastebin.com/8QdADRzJ

    http://live.datatables.net/uwacod/edit#preview

    I also using bootstrap
  • allanallan Posts: 63,213Questions: 1Answers: 10,415 Site admin
    There are a lot of errors on that page - missing files. I was looking for a working test case, so I'm not sure what help I can offer.

    I still don't understand what CSS effect you are referring to either.

    Allan
  • ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
    edited June 2013
    ...
  • ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
    Issue page :: http://i40.tinypic.com/al0riv.jpg

    OK Page :: http://i44.tinypic.com/29uo7z7.png
  • allanallan Posts: 63,213Questions: 1Answers: 10,415 Site admin
    Thank you for the pictures.

    It looks to me, from the code you pasted into the live site, that you haven't included the DataTables Bootstrap styling: https://github.com/DataTables/Plugins/tree/master/integration/bootstrap
  • ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
    http://pastebin.com/mT7a2mc1

    You can refer this whole code

    its on our development server so i can not provide access/URL
  • ureshpatel5ureshpatel5 Posts: 25Questions: 0Answers: 0
    Solved Thx......

    using this file : dataTables.bootstrap.js
This discussion has been closed.