Search
10251 results 3761-3770
Forum
- 28th Nov 2014Ajax call .net web servicetrue, "ajax": { type: "POST", url: "WebService/GetData", contentType: "application/json; charset=utf-8",
- 25th Nov 2014How to put hyperlink in datatable column?Apparently changing the url to /2 shows it. @nicklibee - Why have you removed the columns.data option from the column that you are rendering? Also, the else brach where you put the render function isn't being executed at all. Allan
- 21st Nov 2014Passing JSON string to DataTableif(validMemberSearchForm()) { $jq11.ajax({ type: 'POST', url: '/telephone/memberSearch.htm', data: $("#memberSearchForm").serialize(), cache:
- 20th Nov 2014TypeError: $.fn.dataTable.colVis is not a constructorHi Allan I looked at colvis.js and found that the def is ColVis instead of colVis that I copied from the first url
- 20th Nov 2014oTable.row().remove() remove the rows but when add new records it also append old reocords toosUser = { sUser: aData[0][2] }; $.ajax({ url: '@Url.Action("GetEmployeeTickets", "Ticket")', contentType: "application/json;
- 19th Nov 2014inline editing with tab between columns "undoes" values?tried it, did not change anything, same symptoms: editor = new $.fn.dataTable.Editor( { ajax: function ( method, url, data, success, error ) { console.log(data); success(data); }, table: "#values", fields: [ { label: "Quantity:", name: "quantity" }, { label: "Type:", name: "type" }, ], submitOnBlur: true } );
- 18th Nov 2014How to pass new POST parameters on Ajax.reload?Ok. I solved that way: "ajax": { "url": 'filter.php', "type": 'POST', "data": function ( d ) { return $('#formFilter').serialize(); } },
- 18th Nov 2014_fnAjaxParameters( oSettings ) returns empty search field for Dateajax.url() to change the url - event if you just
- 18th Nov 2014Comma decimal in editoryou might do: ajax: { url: ... dataSrc: function ( json ) { for
- 18th Nov 2014Extensions "Scroller" doesnot work correctly on IE-8You will need to be more specific - the only saving state example I can see doesn't use the scroller, and it works perfectly in IE 8 for me. How about a URL to the example that's failing for you?