Search
43645 results 2631-2640
Forum
- 23rd May 2012How do you create a table with automatic column width sizingI only want the table to be as wide
- 23rd May 2012Using the sScrollX option makes the table ID disappear.scrolling is enabled, the table is split up into
- 22nd May 2012Rotate table?its not wowrking for me....got error here ... please help me ... am getting data from server side function transpose_table() { $('#properties_table').dataTable({ sDom: 'Zlfrtip' }); var oTable = $('#properties_table').dataTable({ bRetrieve: true }); var bTranspose = oTable.fnTransposeState(); oTable.fnTranspose(!bTranspose); // alternate the rotation of the table and redraw }
- 17th May 2012Table border issues (w and w/o FixedColumns)It should work okay if you add cellspacing="0" to your table. I'm afraid that looks like a limitation in how the column widths are calculated - perhaps a bit like the border-collapse:collapse option. Allan
- 12th May 2012Link on tableAlmost certainly a Javascript error if the table doesn't appear. What does your browser's Javascript console say? Failing that, can you give us a link please. Allan
- 12th May 2012update table without redrawing everythingsee fnUpdate (and use bRefresh=false to avoid redrawing table) and fnAddData to add a row
- 11th May 2012DataTables warning (table id = 'survey_list'): Requested unknown parameter '0' from the data sourcecolumn in my data table, so each row have
- 10th May 2012DataTable only displays first 10 rows of table with 30000 rowsreason I changed this table to client-side processing because
- 8th May 2012Not all rows from the table are being displayedI forgot to tell that if I change the value of bServerside to true it does read all the row into the table, but I don't want to do that.
- 8th May 2012Fixed data table heightway to make the table 300 pixels high, even