Search
3636 results 1281-1290
Forum
- 2nd Nov 2011Changing bSort on the flyThanks, fbas. Your advice was very helpful. I think I've found the solution. New rows should be added in the following mode: [code] $('#example').dataTable().fnAddData(json.aaData, false); $('#example').dataTable().fnDraw(false); [/code]
- 25th Oct 2011Help with performance for 1Hz table refreshingThanks kktos. I do already use this, having spotted that IE ignores standards mode for pages served from localhost without it.
- 12th Oct 2011Using DataTables without thead tag. Perform sorting and filtering via dropdown menu with ui li tags.10 rows in default mode [code] $('#table_id').dataTable();[/code], it is
- 14th Sep 2011Jquery.noconflictyou to use no-conflict mode I wonder what they
- 13th Sep 2011reason for lack of IDs in datatables elements?pagination buttons in full_number_paging mode don't seem to be
- 12th Sep 2011fnAddTr() Plugin - nTr.getElementsByTagName is not a functionworks in my development mode on rails, but fails
- 12th Sep 2011bServerSide: true and searching inline?DataTables in server-side processing mode doesn't have access to
- 24th Aug 2011IE Quirks! Random misaligned row columns.Have you read and tried the solution here? http://www.datatables.net/forums/discussion/5481/bug-ghost-columns-when-generating-large-tables/p1 This solution definitely solved the known bug in IE9 (not in datatables, but in IE9), BUT whether it can also do anying for you in quirks mode, is another question entirely...
- 12th Aug 2011Struggling to get DataTables working with Ajax / JSON / PHPto get oci_fetch_array to only return a numeric array, give it a $mode = OCI_NUM. else it returns an array with both associative keys and integer keys. array oci_fetch_array ( $statement, OCI_NUM ) --EDIT-- or simply call oci_fetch_row ( $statement ). same thing.
- 8th Aug 2011Footer sum: visualizing only the coloumn i want to visualizemy table in this mode you can see below,