Search
8347 results 3331-3340
Forum
- 23rd May 2015Joined editor table throwing unknown parameter hm_offices.OfficeNamelt;?php /* * Editor server script for DB table hm_rooms
- 21st May 2015Issue filtering in dropdownshere. Click the "Server script" tab below the table
- 21st May 2015How to INSERT dynamic selection into MySQL - Editorthen click the "Server script" tab you will see
- 19th May 2015Server Side error in ssp.class.phpSounds you either you haven't enabled server-side processing (serverSide), or the script is looking for POST and the client is sending GET (or vice-versa). Allan
- 18th May 2015Get data with JSON: complex structure2015 12:00:00 AM"}],"issort":false} Java Script for read json: $.ajax({
- 16th May 2015Server-side query?your own server-side processing script that does do that.
- 15th May 2015Column Ordering (Ascending or Descending)You have enabled server-side processing, in which case the sorting should be done by your server-side script ( showCandidates ) as per the manual. Allan
- 12th May 2015Datatables + SVC => Unable to get property "length"Thanks for the debug trace - it shows that a string is being returned, not a JSON object. Can you modify your server-side script to return the string unquoted - that would be the easiest and possibly best fix. Allan
- 12th May 2015Example/ Datatables 1.10 and jeditablethe data to a script that saves the data.
- 11th May 2015Datatables: AJAX request generates error ...Does your server-side script implement all the parameters required for server-side processing ? (Assuming you actually need server-side.) https://datatables.net/manual/server-side