Search
10285 results 3281-3290
Forum
- 3rd Jun 2016Returning JSON from server, No matching records foundI added my objects to the array and there's one object on each row http://i.imgur.com/4g1JPvK.png Still doesn't work, just says unknown parameter '0'. $('#subsTable').DataTable( { serverSide: true, ajax: { url: '../post.php', type: 'POST', data: {getSubs: 1, approved: 0} } } );
- 3rd Jun 2016The delete button does not workHi allan, I replied by private message to the url Thanks.
- 2nd Jun 2016Converting the Datatables WebApiExamples in to a Web App file.not even sure what url it is requesting in
- 2nd Jun 2016Editor: Option 'ajax' just working with string *closed*I tested it with 'url' but forgot to write
- 1st Jun 2016Editor/row reorder error for postEdit functionfunction if the image url is in the data
- 31st May 2016Server Side Processing with more complex JSON object.true, autoWidth: false, ajax: { url: baseUrl + "TrainingCatalog/Search/RefreshViews", type: "POST",
- 30th May 2016How do I put an AJAX result in the 'render' section of a column?currentCell = $("#table-id").DataTable().cells({"row":meta.row, "column":meta.col}).nodes(0); $.ajax({ url: '/api/CheckStatus?objectID=' + data }).done(function (data)
- 30th May 2016Assigning json data to datatable after initializationDirector", "pubdate": "2012-03-08 00:00:00", "url": "http://..." },{ "id": "59", "country_code":
- 27th May 2016404 error when using server sideThanks it was as simple as removing a forward slash like this.. ajax: { type: "POST", contentType: "application/json; charset=utf-8", url: "TableData.aspx/Data",
- 27th May 2016Infinite Scroll: Scroll to Row # not currently loaded in the DOMfn.dataTable.Editor({ table: '#layout', ajax: {'url': layout_crud_url,'cache': true}, idSrc: 'id',