Search
23528 results 11691-11700
Forum
- 17th Dec 2010Addition or sum of column valuesof populating it with columns. I thought the script
- 16th Dec 2010Problems with nested tables in Internet Explorer OnlyI found it: I was using this: [code] /*adjust columns */ $(window).bind('resize', function () { oTable.fnAdjustColumnSizing(); } ); [/code] Which does not works well when having large nested tables in I.E. so removing this line the problem is solved. ( but how to have this working?)
- 16th Dec 2010ColReorder and "sScrollY"Hi Allan, This is a test link for datatables without sScroll: http://primjeri.com/edm/index.php/documents Column reordering is working OK before i show/hide columns with ColVis. After that column reordering starts to behave wierd. Thank You Predrag Music
- 16th Dec 2010Sorting Glitch in v1.7.4 -- Possible Bug?You need to set the sType for the columns where you have the hidden title to 'title-numeric'. Otherwise DataTables will just use string sorting - which will cause the issue. Allan
- 15th Dec 2010asSorting is null or not an objectsame issue. No. of columns is variable. I have
- 12th Dec 2010Incorrect table resizing in jQuery UI dialogThis could be related to using hidden columns in the table.
- 9th Dec 2010Create table after page loadif you define the columns in your in the
- 8th Dec 2010Sort issues after adding thumbnail columnYou can disable ordering for specifc columns. Have a look at bSortable: http://www.datatables.net/usage/columns. For example: "aoColumnDefs": [{ "bSortable": false, "aTargets": [ 0 ] }]
- 3rd Dec 2010Serverside with Asp.net MVCdo not know what columns to use. I've tried
- 1st Dec 2010ColReorder not working with "bJQueryUI": true,you to select the columns you want to view