Search
23525 results 12091-12100
Forum
- 20th Mar 2009Filtering ...the same number of columns as '+ 'the table in
- 19th Mar 20091.5 beta 4 releasedI also could JOIN columns between tables :-) In case
- 18th Mar 2009Custom filter option and server-side processing.Sorry, probably my explanation was not clear. What i wanted to say is there any way to determine filter values for table columns on the client side? :)
- 17th Mar 2009Filtering with regexregular expression for single columns. I had kind of
- 17th Mar 2009Natural sort?tell the table which columns you want to use
- 14th Mar 2009Sort function is brokenimplementation of re-ordering of columns in DataTables. The internal
- 11th Mar 2009Ajax Call not workingme a different error "Columns do not match". When
- 10th Mar 2009Large Data Sets (want to use for phpLD)classes (which highlights the columns which are being sorted
- 10th Mar 2009sClass not workingAdding the next few lines of code to your _fnDrawHead function in the 'visible columns' condition (if ( oSettings.aoColumns[i].bVisible )) fixes the same thing for header cells /* Add sClass */ if ( oSettings.aoColumns[i].sClass !== null ) { nThOriginals[i].className += " "+oSettings.aoColumns[i].sClass; }
- 6th Mar 2009Calculating Table WidthThanks! Sorry I missed that. I think I assumed that would negate autosizing the columns, not the table. Works like a charm!