Search
8347 results 3821-3830
Forum
- 7th Jun 2013Datatables Editor cannot create new entry with join tablesPHP: [code]<?php /* * Editor server script for DB table dashboard_task
- 6th Jun 2013Performance issues10 000 rows, the scripts run for about 10
- 6th Jun 2013DataTables with large number of rowsto optimise your database /script as its not a
- 4th Jun 2013Duplicate records appended to DataTables on redrawing while bScrollInfinite property is useda simple one line script :) when i use the
- 3rd Jun 2013mData Unknown Parameter using Server side Javascript ObjectsI amended the server-side script to the following: [code]
- 30th May 2013Error with C#: This XML file does not appear to have any style information associated with it.to be called from script, using ASP.NET AJAX, uncomment
- 30th May 2013require explanation on code snippetcall to your PHP script (the one that populates
- 29th May 2013Problems with DataTables - 20,000 rowsThat error usually means that rows * columns != cells - which has to be true for DataTables. Regarding the memory exceeded - I presume it is the server-side script giving the error? Allan
- 23rd May 2013Too slow loading (5 seconds)It looks like the majority of the time comes format he server-side script chargementdata00.php. You might want to look at optimising that. Allan
- 22nd May 2013Timestamp upon updateYou could use a trigger in the database that will automatically insert the current date, or you could use the additional field method I suggested before, with the value effectively filled in by the server-side script. Allan