Search
23531 results 2361-2370
Forum
- 29th Jan 2013Freezed Columns: Issue with the horizontal scrollbarto use the freezed columns plug-in to freeze some
- 22nd Jan 2013Adding filter makes the columns largerHello, when I add a filter to a table it makes all the columns wider. Is there a way around this behaviour? [code] $("#tblHistory tfoot th").each(function (i) { if (i != 6) { this.innerHTML = fnCreateSelect(oTable.fnGetColumnData(i)); $('select', this).change(function () { oTable.fnFilter($(this).val(), i); }); } }); [/code]
- 21st Jan 2013Can't reorder columns and other problemsHi. I have a table in http://www.cebra.com.uy/prestadores/ It has a lot of columns (80) but I couldn't make it to order data. I'm prepared to ask for paid support if necessary. Please help. Thanks!
- 16th Jan 2013The filter will be incorrect after reordering columnsWhen I swap two columns which have drop down
- 15th Jan 2013FixedColumns and ColVis: Table Collapses When All Columns are HiddenHi, I am using the ColVis and FixedColumns on one table, and when all the columns are hidden from the list, the entire table collapses. Has anyone faced something similar and know a way to resolve this?
- 13th Jan 2013Toggling multiple columnsneed to toggle multiple columns of a table. I
- 11th Jan 2013Is there a way to search ALL COLUMNS and not just the ones being displayed?look up all the columns in my database table.
- 3rd Jan 2013Cookie Settings Save Displayed/Hidden Columns?you have on showing/hiding columns (along with the Restore
- 31st Dec 2012Hidden columns dont get updated.collapse I hide few columns using aTable.fnSetColumnVis( 2, false);
- 27th Dec 2012Dynamically Adding/Removing Columnsthat the rows or columns can change depending on