Search
3538 results 1431-1440
Forum
- 6th Jun 2014PDF printing problemHello spudwa, so if you print a PDF you only want the 2nd and 3rd Column to be printed? What does your complete TableTools Setup look like? Regards
- 2nd Jun 2014TableTools not exporting all rows with bServerSide false when via ajaxAn interesting side note on the above that I posted earlier. If the "bDeferRender" is true and I click the "print" button it behaves as expected with all rows rendered. I am using TableTools version 2.2.2-dev.
- 30th May 2014TableTools export to Excel includes all rows, not filtered onesI have the print button enable and it grabs on the filtered rows.
- 29th May 2014Datatable Tool options - Excel,CSV,PDF and Copy is not working?dom": 'T<"clear">lfrtip', "tableTools": { "aButtons": ["print", "csv"], "sSwfPath": window.location.protocol + "//" + window.location.host
- 21st May 2014Indivdual Text Filtering doesnt do anythingtableTools": { "aButtons": [ "copy", "xls", "print", "pdf" ], "sSwfPath": "../MSSQL_api/swf/copy_csv_xls_pdf.swf" }, "scrollY":
- 20th May 2014columns load in different sizeAre you putting your fixedHeader correctly in the fixedHeaders array ? Because I'm doing the same and it works fine: $(window).resize(function () { ds.browse.fixedHeader._fnUpdateClones(true); ds.browse.fixedHeader._fnUpdatePositions(); }); ds.browse.fixedHeader = new FixedHeader(ds.browse.dataTable, { "offsetTop": 41, "zTop": 2 }); Try to print console.debug(fixedHeaders[i]); in your loop.
- 2nd May 2014Only one tabletools button works.only one was working 'print' option. (Even for untouched
- 29th Apr 2014copy_csv_xls_pdf.swf not loading (requirejs)sSwfPath": "http://cdnjs.cloudflare.com/ajax/libs/datatables-tabletools/2.1.5/swf/copy_csv_xls_pdf.swf", "aButtons": [ "copy", "print", { "sExtends": "collection", "sButtonText": "Save",
- 28th Apr 2014DataTable row editing ? Code provided but changes required1, 2, 3] }, { "sExtends": "print", "mColumns": [3, 4] }, ] }, "bProcessing":
- 24th Apr 2014Table style width fixed with multipel rows in thead.and re-show them for printing. [code] aButtons = [ { "sExtends": "print", "fnComplete": function ( nButton, oConfig,