Search
23531 results 1181-1190
Forum
- 4th Jan 2010Reordering of columns by the user?reordering and show/hide of columns (we usualy just put
- 30th Dec 2009types detection on columns with nullstrying to define date columns that may or may
- 6th Nov 2009Fixed Columns With Dynamic Dataonly sending those 5 columns, but I want a
- 26th Oct 2009Column formatting with ultra-thin columnselements of the ultra-thin columns. I'll try that. Meanwhile,
- 12th Oct 2009Showing/Hidding Columns After Initial Renderperiod, I was hiding columns by setting the CSS
- 8th Oct 2009How know the columns names?Hi bakayn, You've got two options: Query the DOM as I said before with something like: $('th', nRow) Get the columns information from the settings object: [code] var aoColumns = oTable.fnSettings().aoColumns; var sColumn1Title = aoColumns[0].sTitle; // etc [/code] Regards, Allan
- 30th Sep 2009Counting Columns in a tableOops! It's in the datatable definition statement. I define it with four columns! So problem solved! $("#sub-facility").dataTable({"iDisplayLength":20, "bLengthChange":false, [{"sType":"html"}, null, null, null]});
- 1st Aug 2009Fixed width columnsapplys 'smart' widths to columns which have not been
- 2nd Jun 2009Additional (hidden) columns when bServerSide ?can post back hidden columns. Just use the bVisible
- 20th Apr 2009Can i show Columns that have setting "bVisible" false ?I just want to show the columns without refresh the page,show and hide the columns control by a button.