Search
23530 results 981-990
Forum
- 12th Jun 2013bring the columns dynamically according to searchwill appear with 2 columns, i no need to
- 1st Jun 2013Sorting on hidden columnsI think this is a known issue in that particular 3rd party plug-in. It doesn't cope with hidden columns. It needs to translate from visible column index to column data index and isn't doing that: http://code.google.com/p/jquery-datatables-column-filter/issues/detail?id=88 . Allan
- 28th May 2013how to shrink the width between columns in the data tablesIf you want to be certain it won't go to a new line, you could use td { white-space: nowrap; } in your CSS. Otherwise the sWidth option might help or set a width on the column's HTML. Allan
- 25th May 2013Is there a way to allow user to select which columns are fixed? (FixedColumns plug-in)Currently no - you cannot dynamically change which columns are fixed. It needs to be done up front at initialisation time. Allan
- 22nd May 2013TableTools export choose columns to export AND visibleTo get only visible columns to be exported I changed code in function _fnGetDataTablesData Replaced condition if(aColumnsInc[i]) with if (dt.aoColumns[i].bVisible) in Header and Body parts. This might be usefull for others who like to export only visible columns.
- 21st May 2013Fixed Columns ThemedoDT.fnSettings().aoColumns.length, Line 83, fixed columns js file. It may
- 21st May 2013Columns not sort-able, Search bar overlappingUpdate: The columns DO sort (though the arrows are not visible). The Search and Limit input boxes are mostly in the way, but if you can find a place to click a column it seems to work.
- 8th May 2013ColVis unhide all columnspossible to define all columns in your button to
- 26th Apr 2013How do you auto-resize the columns after show/hide in IE8?TableTools' buttons and DataTables' columns is only required on
- 25th Apr 2013unable to perform drag and drop on Dynamically added columnsam giving title for columns like this: $("#sampleTable thead