Search
10080 results 4301-4310
Forum
- 23rd Nov 2012Retain fixed column width after altering column visibility?The only way that this might be possible is setting table-layout: fixed in your CSS. however, it is not something that is explicitly supported by DataTables. DataTables tries to resize the columns to fit the given container by default. Allan
- 21st Nov 2012DataTables and Laravel - can't get them to talk to each other properlyBtw - you shouldn't need the fnServerData that you've got there - the default will handle that just fine. You've not overridden anything, other than the error handling etc :-) Allan
- 21st Nov 2012Zero record hidden after creating defaultshere is that the default for aaLengthMenu is: [code]
- 20th Nov 2012Setting sortable with aoColumnDefs glitchedthe first column by default (even if sorting is
- 20th Nov 2012aoData.push (syntax and params) I am confused.json_encode($aOutput); function checkSet( $var, $default = '', $toLower=true){ if( isset($_REQUEST[$var]) &&
- 20th Nov 2012Get rid of search bar.the DT, then by default you would have got
- 20th Nov 2012Drag & Drop Rowsso I override the default drag clue. i.e: ('#table').draggable{
- 19th Nov 2012table header has higher z-index(?) and obstructs drop down menu.a z-index in the default CSS, unless you've added
- 16th Nov 2012IE7 : column headers, sInfo div, sSearch box, sPaginate all glued during scrolling + overlay problemOk I solved my problem. It's IE7 mishandling of position:relative. I had to put position:static (default) instead... in all my datatables surrounding divs.
- 15th Nov 2012Using bStateSave with iDeferLoading...if its a normal default request. (Looking into call