Search
43831 results 2651-2660
Forum
- 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
- 4th May 2012Vertical Table (Form Like)?to create a fixed-size table that follows the format:
- 3rd May 2012Reloading Table with New Row Datavar oTable = {}; $(document).ready(function () { /* ** Data Table loads onReady, all parameters