Search
11152 results 3821-3830
Forum
- 13th Jun 2012fnSortNeutral not working as expectedThe neutral sort plug-in should restore the sort to the order the data was originally read in as. Can you link to an example that doesn't work please? Allan
- 12th Jun 2012column resizing causes headers to expand in ie8also when you click on the header to sort, it expands the header
- 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