Search
11177 results 3841-3850
Forum
- 11th Jun 2012Always get a script error for more than 1000 rowscolumn using our custom sort functions */ var data; $.get('makeTXT.php',{},function(){
- 9th Jun 2012Difficulties in ordering dataYou'll need a sorting plug-in since your data contains non-numerical data, but you want it to sort numerically. There are a number of plugs-in here: http://datatables.net/plug-ins/sorting - have a look in-particular at the currency one. Allan
- 8th Jun 2012updating a dropdown list in the second page is failingpages... but if i sort the records and bring
- 8th Jun 2012Scroll Body Height not calculated properly in IE 7.Finally figured out why the footer was misaligned, Allan: I was using the "header SORT" extension: $.extend( $.fn.dataTableExt.oStdClasses, { "sSortAsc": "headerSortDown", "sSortDesc": "headerSortUp", "sSortable": "header" } ); This threw things off. Removed = perfect! Just FYI. Thanks!
- 8th Jun 2012fnDeleteRow driving me crazy!Actually, any AJAX sort after initialization causes the delete to fail, of course. I guess I'd have to call back to the calendar to reset the values? Hmmm....
- 7th Jun 2012Sorting offWhat do you mean sorting off? Would the table
- 7th Jun 2012Displaying hidden field content working inconsistentlya result of a sort change, advancing to the
- 6th Jun 2012Data Tables API additional Drop down boxtelling it how to sort the table. This blog
- 5th Jun 2012Click event unbinded after .fnAdjustColumnSizing(true) methodI noticed that the checked rows becomes unchecked after you sort. I realize that the elements are being cloned thus the reason of there being no more checks. Is there a way around this to keep the checks in place?
- 31st May 2012Row Highlighting failure kindaHave a look at this example which shows how it can be done with CSS and retain the sort column highlighting: http://datatables.net/release-datatables/examples/advanced_init/highlight.html Allan