Search
23433 results 11591-11600
Forum
- 21st Dec 2010sScrollX at 100% makes table larger than pageon the number of columns and some multiplier... If
- 20th Dec 2010Individual Column Filtering for Dynamically Generated Tablecan't access the hidden columns using DOM methods since
- 19th Dec 2010.nodeName == "TR" not working with LiftWeb Framework + Firefox (IE8 works)I found the problem, I have 5 columns, but in the javascript code it was 6. Thanks Regards,
- 18th Dec 2010DataTables 1.7.5 releasedoLanguage": { "sSearch": "Search all columns:" } }); alert('Click to Proceed.'); oTableLocal
- 18th Dec 2010Purely 'data' tables as opposed to 'presentation' tables - is this possible?are hiding all the columns containing the dataset, but
- 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