Search
44093 results 3001-3010
Forum
- 15th Feb 2010Getting oColumn undefined but table seems alright!For exemple, if a table doesn't feature THs or
- 12th Feb 2010show/hide details of AJAX constructed tableIn this case the table shows: No matching records
- 11th Feb 2010Table Tools - turning on/offIt looks like sDom has 'T<"clear">' in it, and getting rid of that removes the TableTools. "sDom": 'T<"clear">lfrtip' - has Table Tools "sDom": 'lfrtip' - does not have Table Tools
- 11th Feb 2010Table contents do not load the first time .... needs a refreshNope - never seen that :-). I presume the DOM is fully loaded etc by the time you initialise the table? Can you link to an example? Allan
- 7th Feb 2010Apply DataTables to a table created with PHP within a worpress document.Your table doesn't have thead and tbody defined in it - which is a requirement for DataTables: http://datatables.net/usage/ . This is needed in order for DataTables to separate the header information from the body, since they have different processing requirements. Regards, Allan
- 3rd Feb 2010Data not spanning the entire width of the tableHopefully as simple as setting the width attribute to 100% on the table: ... That's what I tend to use anyway :-) Allan
- 3rd Feb 2010Table Tools just copies "blank" instead of datacause problems in FF. Table Tools are not shown
- 28th Jan 2010Unregister a DataTables tablethe rows for the table all back in please.
- 24th Jan 2010Inserting data to the top of the tableor alphanumericly. My new table initialization is: [code] oTable
- 23rd Jan 2010Getting a handle to oTable screws up the tableextend stuff here... // create table var oTable = $("#example").dataTable(options); // save