Search
23530 results 1031-1040
Forum
- 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,
- 4th Jul 2012[SOLVED] Server-side DataTable works with 8 columns, breaks with 9names for only 8 columns. I did it so
- 25th Jun 2012Using footer callback to sum 2 columnsvar columnas = [1,2,3,4,5,6,7]; //the columns you wish to add