Search
3692 results 2941-2950
Forum
- 15th Aug 2014Datatables with colorbox linksclicked these links display pdf documents that pops out
- 13th Aug 2014DataTables FixedHeader and Language - Bug?Lista_DCA_" + new Date().toDateString() }, { "sExtends": "pdf", "bFooter": false, "sPdfOrientation": "landscape",
- 7th Aug 2014Responsive Table - Exportclick on export for pdf in mobile mode. The
- 29th Jul 2014Editor With Join Throws ErrorsaButtons: [ 'copy', 'csv', 'xls', 'pdf' ] }, 'print' ] }, initComplete: function ( settings,
- 24th Jul 2014How do I change the default text "Edit entry" in Editor's form header?CSV", sAction: "flash_save" }, { sExtends: "pdf", sButtonText: "Export as PDF",
- 23rd Jul 2014Kendo UI Window - DataTable export buttons don't workthe "export excel, export pdf,..." buttons on new window
- 22nd Jul 2014TableTools on an AngularJS table?data to CSV and PDF format. We'd like to
- 15th Jul 2014Row disappears after I edit the tableSave", "aButtons": [ "csv", "xls", "pdf" ]} ] }, rowCallback: function( row, data
- 14th Jul 2014Adding CloVis to Existing Buttonsxls", "bSelectedOnly": "true" }, { "sExtends": "pdf", "bSelectedOnly": "true", "sPdfOrientation": "landscape"
- 7th Jul 2014Get total records in fnClick:I have this code, i would get the total number of records, how i can do? tableTools: { "sSwfPath": window.STATIC_BASE + cripts/datatable/swf/copy_csv_xls_pdf.swf", "aButtons": [ "pdf", "csv", "print", { "sExtends": "text", "sButtonText": "TotalRecords", "fnClick": function () { var record_count = this.fnSettings().fnRecordsTotal(); alert(record_count); } } ] }