Search
23531 results 10811-10820
Forum
- 24th Oct 2012Using jQuery UI themes Sort icon appears on New line after header textI'd say it's the width 114px that is causing it. I would set the widths of the columns using the appropriate options of datatables instead of in your markup.
- 23rd Oct 2012aoHeader length incorrect, causes table to crashgot (for example) four columns. Then if you were
- 22nd Oct 2012TableTools Print loses table headers when using AJAX source and initially flashes incomplete tableusing 2.1.4 as well, and having trouble with the table field names not displaying in the csv. using: var oTable = $('#tabletag').dataTable( { "oLanguage" : { "sSearch" : "Search all columns:" }, "bProcessing" : true, "sAjaxSource" : "", "bDeferRender" : true, "sDom" : 'T<"clear">lfrtip', "oTableTools" : { "sSwfPath" : "", "aButtons" : [ "copy", "csv" ] } } );
- 19th Oct 2012ColReorder 1.9.1-1.9.4 -> 'this.s.aoTargets[...].x' is null or not an objcan still reorder the columns but it's trickier because
- 18th Oct 2012Loading Gif while datatable buildsoLanguage": { "sSearch": "Search all columns:" } }); ... } [/code]
- 17th Oct 2012cursor changes though sorting is disabledThis ( https://github.com/DataTables/DataTables/blob/master/media/css/jquery.dataTables.css#L15 ) should be added only to sortable columns. Allan
- 17th Oct 2012ColVis and FixedColumnsto not show Fixed Columns in the ColVis drop
- 16th Oct 2012Fixed Column collide with bJQueryUI ?ColVis. I've got 24 columns with 5 initially hidden
- 16th Oct 2012Two tables that I want to act the samefor the first few columns aren't aligned exactly.
- 16th Oct 2012sorting not working correctlyWith what ever details you have provided above, it looks like you have an Index issue. Verify the mappings of the columns. Post your table settings for more clear picture and better resolution