Search
10333 results 941-950
Forum
- 14th Feb 2023400 error after I sort and then click on a column that calls a Post handler in razor pagesdocument).ready(function () { $.ajax({ serverSide: false, url: '?handler=Json', type: "POST", dataType:
- 13th Feb 2023How to populate a table using a JSON data variable.Or if the problem is just with the getNewPage function you can try getting an instance of the API in the function like this: function getNewPage (last,cursor,limit) { let collectionsTable = $("#collectionsList").DataTable(); $.ajax({ url: '/collections/lista', .... Kevin
- 11th Feb 2023Problems setting field value in Editorcallback) { $.ajax({ type: "POST", url: 'actions.php?action=automaticNextCtrEndDate', data: { endDate: that.val('ctr.end_date'),
- 11th Feb 2023Export JSON to VariableYou should be able to use columns.render for that - it allows you to generate links (or anything else) using the raw data. There's an example on that page creating a URL, Colin
- 9th Feb 2023How to tell datatables to show different data in same row ?The example link does work. You browser is trying to use SSL and converting the URL from HTTP to HTTPS. Try another browser. Kevin
- 8th Feb 2023Trying to open a Link in a Pop-up Windowove show the current url, I didn't see anything
- 8th Feb 2023[BUG] Clear all buttonThe problem is likely that your browser is trying to use SSL and changing the URL from HTTP to HTTPS. Maybe try another browser. Kevin
- 8th Feb 2023Filtering for nested array.trying to open the URL. Likely your browser is
- 8th Feb 2023Sort Order indicators in 1.12 causes columns to change width after it has been renderedyou have the language url set the table initialisation
- 5th Feb 2023merge 2 datalist to datatableHere is one option using jQuery ajax() to fetch the two dat sets: http://live.datatables.net/forazake/1/edit The example uses the same URL and you will see duplicate data. You will use different URLs. Kevin