Search
23417 results 1011-1020
Forum
- 30th Aug 2012Ajax Source: number of rows and columns got switchedSorry, I mean, it detects the size of the data correctly! But wy does it say that the number of columns would be 3 ?
- 28th Aug 2012Display only certain columns by default, with ability to show moreUse bVisible to hide columns and the ColVis extra to give the user column visibility control. Allan
- 19th Aug 2012site of columns won't work withmy grid. Now the columns are all short. Even
- 14th Aug 2012Sorting with hidden columns to the left not workingis performed on the columns two steps to the
- 10th Aug 2012Treat first column as other columns. That is not have it in a different color.controlling the background-color of columns are in the demo_table_jui.css
- 2nd Aug 2012Colvis hiding columns makes the rest of the columns wideryou hide all the columns but one, the one
- 1st Aug 2012Hiding columns makes table wider than if column was visibleThis code hides the columns but doesn't look right
- 31st Jul 2012Having issues hiding columns dynamically using aoColumnDefs with a string value.I think I have a bit more information that may help, all the columns appear to have aTargets data that is equal to "" instead of what you would expect it to be. Not sure why though.
- 24th Jul 2012Apply aoColumns on multiple columns togetherYou can use aoColumnDefs - http://datatables.net/usage/columns . Give the two columns that you want to be numeric comma a class of 'numeric-comma' (or whatever) in the TH element and use: [code] aoColumnDefs: [ { sType: "numeric-comma", aTargets": [ 'numeric-comma' ] } ] [/code] Allan
- 20th Jul 2012Columns >25Does any one solved the above problem . I 'm not able to create a datatable more than 23 columns. i'm using serverside processing please anyone help me in this..