Search
23530 results 971-980
Forum
- 8th Aug 2013Multi Filter and ColVis problem after showing hidden columnsoLanguage": { "sSearch": "Search all columns:" }, "bSortCellsTop": true } ); oTable.fnSetColumnVis( 5,
- 2nd Aug 2013ColVis get index of hidden Columns/ Also set value of columns to hidegoogled some more and got a sulotion, using bVisible to set tthe data from my session and a callback function to send the hidden columns to ajax. Works perfect. I love this tool. best wishes Tomi
- 1st Aug 2013Table with thousands of columnsCurrently no - there is no method to add columns after initialisation with DataTables. It is something I want to add in future, but its not currently available. Sorry. Allan
- 23rd Jul 2013Filtering Datatable columns using OR logicachieve 'OR over multiple columns'. I have Firstname, Lastname
- 2nd Jul 2013Showing/Hiding Columns with AjaxCSS to show / hide columns can result is column
- 1st Jul 2013Invisible Columns and Export to ExcelYou can say to tabletools in mColumns parameter which columns you want to export http://datatables.net/extras/tabletools/button_options
- 26th Jun 2013Resizing Table ColumnsHi Friends, Resolved for my case by changing few lines of ColReorderWithResize.js code starting from 869: [code] //scrollingTableHead = $(tableScroller)[0].childNodes[0].childNodes[0].childNodes[0]; scrollingTableHead = $(tableScroller)[0].childNodes[0].childNodes[0]; //Resize the columns if (moveLength != 0 && !scrollXEnabled){ $($(scrollingTableHead)[0].childNodes[visibleColumnIndex+1]).width(this.s.mouse.nextStartWidth - m } var cnode = $(scrollingTableHead).children()[0].childNodes[visibleColumnIndex]; $(cnode).width(this.s.mouse.startWidth + moveLength); [/code]
- 24th Jun 2013Deactivate sort function on columnsMy html looks like this < table id="myTable"> col1 col2 I dont want this column to be sortable data 1 data 1 script $('#myTable').dataTable(); How do I exclude the sort funcionality from specific columns ?
- 22nd Jun 2013Columns wrong alignment , table header and data improper alignmentbrowser to slight the columns differently, even although they
- 18th Jun 2013Fixed Columns - Themes and Dev versionthen there's no fixed columns at all In IE