Search
3538 results 1451-1460
Forum
- 4th Jan 2014How can i get the value of the input columnFilter in datatable?yeah i can get it , thanks but i can t do what i want m i want to send those values to the pdf function to print them but i can t ??
- 26th Dec 2013Search + Row Select + Tabletools Buttons + Editor Buttons + Pagination CodeHi, In TableTools, the aButtons array defines the buttons to be displayed. So you might use something like: [code] "aButtons": [ { "sExtends": "editor_create", "editor": editor }, { "sExtends": "editor_edit", "editor": editor }, { "sExtends": "editor_remove", "editor": editor }, 'copy', 'csv', 'print' ] [/code] Regards, Allan
- 24th Dec 2013TableTool ProblemWhen I run everything seems to work except the copy/csv/excel/pdf buttons. The print button works. Can you link to a test case shown the problem please? I'm afraid I don't immediately know what the issue is. Allan
- 23rd Dec 2013console log shows doubling of callback firing on each detectionthat the console will print an array of index
- 3rd Dec 2013No table content shows (only header) when printing from within a modal dialog.the page for a print display, but only inside
- 28th Nov 2013button customization - more than what it appears is provided?This is where the print functionality is implemented: https://github.com/DataTables/TableTools/blob/master/media/js/TableTools.js#L1796
- 28th Nov 2013Multi_filter_selectsExtends": "editor_remove", "editor": editor }, 'print' ] }, "fnInitComplete": function () { /* Add a
- 21st Nov 2013Weird View when loading Before Paginationcopy", sButtonText: '' + "Copy" }, { sExtends: "print", sButtonText: ' Print View' }, { sExtends:
- 19th Nov 2013Table is printing with incorrect page breaks in ChromeYes, it was using print mode. After reading more about Chrome's printing, I think it is
- 13th Nov 2013Datatables 1.9 508 compliance questionssTitle": fileName, "mColumns":[1,2,3,4,5,6,7,8,9,10,11,12,13] } , { "sExtends": "print", "sButtonText": "Show/Hide Print View",