Search
23680 results 1041-1050
Forum
- 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..
- 19th Jul 2012Dynamic Default Sort Columnsbeing able to specify columns by index which in
- 4th Jul 2012FixedColumns doesn't restore header columns on when calling fnDestroyinstance. The fixed header columns now reappear correctly. However,