Search
8344 results 271-280
Forum
- 13th Apr 2015php script where clauseSimply get the data from the database using an SQL query (there are lots of tutorials about how to do this in PHP available on the web) and then JSON encode the results so DataTables can read it by Ajax. Allan
- 24th Aug 2014Getting Script Error in IE when more records in a GridSee the speed FAQ. Allan
- 17th May 2014How to add the script code betwenn rows in asp.net datagridYou still haven't posted any DataTables initialisation code, or a test case showing the problem, as required in the forum rules. Therefore, I still do not know how your question relates to DataTables and I cannot offer any help because I don't know what you are looking for in relation to DataTables. Please link to a test case, showing the issue with DataTables. Allan
- 29th Nov 2013Script Loading error occurs sometime in ASP.netPlease link to a test page showing the issue. Allan
- 3rd May 2013sDom leads to script errorGood to hear that helped. DataTables 1.10 won't have this issue as the code has been cleaned up in that area. If you would like to support the project, then yes the support option, or my Amazon wish list ( http://www.amazon.co.uk/gp/registry/registry.html?ie=UTF8&type=wishlist&id=AH9KDZHNGFSG ) :-). I'll be adding a donate style method back to the web-site along with the v1.10 release. Regards, Allan
- 19th Feb 2013Run script after page refresh or data loadThis turned out to be a problem with this code. [code] $(window).bind('resize', function () { oTable.fnAdjustColumnSizing(); } ); [/code] When I add this javascript to resize the table, IE 8 stops working and I can no longer click. Refresh solves problem but initial load again creates the problem. I am wondering if anyone saw this problem. For hooking, I went with hooking it into tbody element since it never gets destroyed. Does anyone know why the above line causes problems. When I have time, I will convert to the on method. Using 1.7.2.
- 12th Dec 2012Wrong ordering script in server-side processing exampleYour code might work, but it limits the sorting to a single column. It doesn't allow multi column sorting. Please link to a test case showing the problem: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read My own example appears to work okay: http://datatables.net/release-datatables/examples/data_sources/server_side.html Allan
- 15th Aug 2012triggering the lengthMenu drop down change using scriptThanks for the help Allan. Karthikeyan
- 28th Jun 2012ie8 - stop running this script?thanks Allan that seems to got rid of the message
- 14th Jun 2012when i use Jquery datatables with other js script the page flickersCan someone help with this?