Search
23424 results 10601-10610
Forum
- 21st Jan 2013DataTables with POPbox pluginfixed", out of six columns I have specified width
- 19th Jan 2013Table header's inline stylesearlier, to match the columns below: [code] ... ... ... ... [/code] I
- 18th Jan 2013Colvis + Tabletools export problemsThanks this was super helpful. The following configuration worked great for me: [code] "oTableTools": { "sSwfPath": "/lib/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ "copy", "print", "xls", { "sExtends": 'pdf', "mColumns":[1,2,3,4] } ] }, [/code] Columns 0,5, and 6 are excluded from the PDF export
- 18th Jan 2013Mismatch in the number of fieldshttp://datatables.net/faqs#unknown_parameter Also see http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read . A test case would be needed to see what is going wrong. My guess is that there are 14 columns in the HTML. But without being able to see it, I really don;t know. Allan
- 18th Jan 2013Sort integer ascending and put empty cells to the bottoman array of the columns you want sorting to
- 15th Jan 2013Editing a same cell on diferent rows with Editor edit.edit/update X amount of columns" This is important because
- 14th Jan 2013Individual column filtering not workoLanguage": { "sSearch": "Search all columns:" } } ); $("tfoot input").keyup( function () { /* Filter
- 14th Jan 2013fnSetColumnVis deletes data ?Does "fnSetColumnVis" deletes the columns? No it doesn't. However, you can't just dynamically add a column to a DataTables by manipulating the DOM as you are. See: http://datatables.net/faqs#append Allan
- 10th Jan 2013What is Editor forJust tell it what columns you want it to
- 9th Jan 2013submitting "clear search field button" pluginThere is an api at http://datatables.net/plug-ins/api That uses something like this for ( var i=0, iLen=oSettings.aoPreSearchCols.length ; i<iLen ; i++ ) { oSettings.aoPreSearchCols[i].sSearch = ""; } I'm wondering it that can be used to get all the columns