Search
10314 results 2081-2090
Forum
- 23rd Jul 2019Uncaught Type Error: a is not a functionPlease help. :) General : Request URL: http://localhost:49856/api/SalesOrderLines/14/orderNo Request Method: POST
- 22nd Jul 2019Ajax reload with new posted value-using serverSide processingin the docs. "ajax": { "url": "@Url.Action("GetCompanies", "Company")", "type": "POST",
- 22nd Jul 2019Is there a way to use AJAX data source with dynamically fetched columns?In the example the URL to fetch the columns
- 22nd Jul 2019record disappear after key in words at filterupdate all libaries. The url changed to: http://anta.dige2.net/admin/test.php URL:
- 19th Jul 2019Select2 field plugin making unnecessary ajax callsJSON.stringify produces the following URL: http://localhost/api/Lookup?initialValue=true&value=["1","12"] This is problematic
- 19th Jul 2019Editor node.js file upload example error - A server error occurred while uploading the fileeditor = new $.fn.dataTable.Editor( { ajax: { url: "/new/", data: function ( d
- 18th Jul 2019Parent / child editing in child rows for NodeJSmissing. and this: ajax: { url: "/api/_users", type: "post", data:
- 18th Jul 2019add code in scriptstrange, not work :/ "language": {"url": "/Movie/italian.lang"}, link localhost http://localhost/Movie/italian.lang
- 18th Jul 2019Count value (1 or 0) under a specific column with editordisabled findGetParameter() <-- places URL source parameter into source
- 18th Jul 2019Server-side processing - 404 request header?"ajax": {"url": "/public_html/wp-content/themes/newtheme/ss.php" Very unlikely you'd have the public_html in the path - just: "ajax": {"url": "/wp-content/themes/newtheme/ss.php" should do (assuming that the ss.php script is actually in that directory). Allan