Search
23530 results 1011-1020
Forum
- 27th Dec 2012Change datatable columns properties ( aoColumns ) when we wisha different number of columns, you'll probably want to
- 10th Dec 2012Changing row colors according to value of some columns from a separate methodcalculate ratio of two columns in a row. How
- 29th Nov 2012Sortable Columns - How to switch off completelyThat was it - it disables sorting. You can keep sorting enabled and use bSortable to define specific columns to be sorted. You might find the full list of parameters in the documentation useful: http://datatables.net/ref Allan
- 7th Nov 2012Add Column Filtering on specific columnslists to the required columns: $("thead td").each(function (i) { if
- 5th Nov 2012DataTables_sort_wrapper being added to columns with bSortable = false;handler on bSortable: false columns. For example: http://live.datatables.net/evopuh/edit#javascript,html - the
- 29th Oct 2012JSON formats and Columnswant to hardcode the columns names in the server
- 28th Oct 2012Read-only columns displayed only in DataTable?to the number of columns in the original HTML
- 18th Oct 2012IE rendering issue with dynamically added table rows. Columns misaligned. JsFiddle repro.lot like the ghost columns issue: http://datatables.net/forums/discussion/5481/bug-ghost-columns-when-generating-large-tables/p1 . Basically its
- 17th Oct 2012When listing DataTables with hundreads of rows columns are mixed sometimesHi Mike, This sounds like the IE9 ghost columns issue: http://datatables.net/forums/discussion/5481/bug-ghost-columns-when-generating-large-tables/p1 . Only way we've found is the regex in that thread to remove white space. Allan
- 9th Oct 2012Fixed Column breaks with too many columns in tableit still misalign the columns. I think the solution