Search
10111 results 3281-3290
Forum
- 7th Dec 2015Inline edit : Uncaught TypeError: Cannot read property 'contents' of undefinedinit_DataTable(columns) { table = $(tablename).DataTable( { "ajax": { "url": "./db/datatables/getStaffDeployment.php", "type": "POST", data:
- 4th Dec 2015How to get values from multiple names and insert in database?var table = $('#loc').DataTable( { ajax: { url: "ajax/loc.php", type: "POST" }, processing:
- 3rd Dec 2015Save State: Uncaught TypeError: Cannot read property 'column' of undefinedI've sent you a PM with a link to the URL, thank you!
- 29th Nov 2015issues with Ajax calls to WebAPI 2. Possible JSON format issues?This should do it: $("#data-table").DataTable({ ajax: { url: "http://localhost:55180/api/Person", dataSrc: '' }, columns: [ { data: 'FirstName' }, { data: 'LastName' }, ] }); See also the Ajax section of the manual. Allan
- 29th Nov 2015Editor serverside load all the records instead just the ones neededTry using: serverSide: true, ajax: { url: 'php/table.MyTable.php', type: 'POST' } See also this example. Allan
- 28th Nov 2015Adding error-handler to ajax produces additional requestthe fact that a url is absent (empty). I
- 28th Nov 2015Just getting Started: AJAX Dataset not being used - Some basic help required...order: [[ 2, "wName" ]], ajax: { url: "MyDataLoader.php", dataSrc: "" }, columns: [ { "data":
- 27th Nov 2015statesave:true is not working ??collectionLayout: 'fixed four-column', } , "ajax": { "url": "/ mypage.so", "type": "GET" }, "stateSave":
- 27th Nov 2015Really Quick Questiontype: "POST", traditional: true, url: "/Agents/NewTeam/DeleteAgentFromTeam/", data: { "agentIds": teamMembers
- 26th Nov 2015Load ajax data failes with IE 11and jquery 2.1.4 but works on firefox or with jquery 1.11.3hard drive? i.e., using URL with FILE:// that points