Search
43632 results 2971-2980
Forum
- 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
- 22nd Jan 2010Showing html tables but searching on json tabledata" (not for html table). I know bSearchable must
- 17th Jan 2010fnUpdate messes up table displayYou are re-initialising your table. The line "$('#Users').dataTable().fnAddData([" says
- 15th Jan 2010Show Entries and Search/FIlter above table header are not alignedthe width of the table - is it quite narrow?
- 14th Jan 2010How to make table content appear on Google searchsuggest I print a table using php and then