Search
43854 results 21531-21540
Forum
- 29th Aug 2013Doubled Fixed Column, one fixed, and the same not fixed!!!!You are using FixedColumns 2.5.0-dev, while the example on this site is using 2.0.3. The scrollbar going all the way under the table is a new feature in 2.5.0 and it is functioning correctly on your demo page. Allan
- 28th Aug 2013TypeError: nThs[(i - iCorrector)] when using aoColumnDefsThanks :-) And yes, that's correct. Use the bVisible option to hide the column. Or if you don't want it to be visible in the table ever, just don't specify it in your columns definition. Allan
- 28th Aug 20132nd footer rowthe footer {array}: Full table data (as derived from
- 28th Aug 2013help with fnDisplayStart()has been that the table wasn't "ready". Thanks for
- 28th Aug 2013Unexplained dataTables errorEvery column in the table must have a unique header cell (i.e. one without a colspan). <td rowspan="25" The tbody cells cannot contain colspan or rowspan at all. Sorry. Allan
- 27th Aug 2013sWidth - all columns mysteriously sum to 1029pxthe general issue. The table is within a div
- 27th Aug 2013Nested tables with ajax service - oSettings is nullI open a primary table row and then open
- 27th Aug 2013Problem to displaying all columns with sScrollXWithout a test case, i can't really say. All I can assume is that the table is initially hidden. Call the fnAdjustColumnSizing function when it is made visible. Allan
- 27th Aug 2013Headers do not align when using default scrolling. [includes possible fix]Hi Allan, If you look at the table now you can see i removed the filters in the first example. Header alignment is still off and the bottom filters have a small offset as well.
- 27th Aug 2013fnFilter with Individual Column Search Boxeswant to filter the table. [code] $('#myColumnFilterInput').on( 'keyup change',