Populating editor controls based on selection of dropdown
Hi Allan. Pictures tell a thousand words. Its best explained using them, see below. We want to populate a dropdown combo with the ScheduleItemCode in the editor from the table above. When the user...
View ArticleInsert PHP session variables to database on inline editor submit
How would I insert PHP session variables such as User ID when user enters and submits data in inline editor.
View Articlehow to pick date and time from datetime picker from only using keyboard???
Hi, i need to pick date and time from datetime picker using only keyboard, or else i need to force user entered date time should be in some format. But now, as soon we focused to datetime field in...
View ArticleField attribute style syntax
What is the proper syntax for the following. I am getting a JS console error. I'm basically applying multiple style formats to the field (ie. width and height). {label: "Reviewed", name: "ELOOKO",...
View ArticleAngular 2, DataTables, and Pagination using DataTables.net-bs
Hello, I'm currently writing an application using Angular 2 and have it configured to use DataTables.net, DataTables.net-bs, and DataTables.net-select. For the most part, everything looks and works...
View ArticleFooter Callback for Multiple Columns
Dear Sirs Refer to this link: https://datatables.net/examples/advanced_init/footer_callback.html How can we have pageTotal for multiple columns, for example if there are numerical data at (4th, 5th,...
View ArticleUltimate Date Time Search Not Working
Hi Allan, I'm using your ultimate datetime plugins The sort function working well, but not on search My code: $(function () { $('#min_date').datetimepicker({ format: 'DD MMM YYYY' }); }); $(function ()...
View ArticleOdering icon missing
I have implemented datatables in wordpress. The Table are shown, but the icon to chance the ordering are missing. I have no idea why. The JS Script: jQuery( document ).ready( function() { var ajaxurl =...
View ArticleCannot read property 'canReturnSubmit' of null
I am attempting to add client-side validation to my editor script and I am receiving the error below. Not sure what I am missing . Uncaught TypeError: Cannot read property 'canReturnSubmit' of null at...
View Articlehref for only field name start with certain name or description
hi, I want to make some column in my datatable "href " with a condition if that column name start with some thing like a word "week" or "day" again I am using a dynamic column creating when i get my...
View ArticleAre there any other options for DOM besides "lftipr"?
I found the dom explanation page and it did answer questions I had about that feature from seeing it in code samples. I've played around with the variations, taking out a letter at a time to see what...
View ArticleHow to retrieve data associated with current search?
I am using yadcf to filter a table, which I believe uses DataTables.search() to do the filtering. When the table is drawn after yadcf filtering ( on ( 'draw.dt', ... ) ) I want to pull the filtered...
View Articledata.replace to format all '/' to '_'.
Happy Evening one and All, I trying to replace all the slash '/' to '_' of the invoice file data. following is the observation. data = 'INV/001/002/AXS001' desiered out = INV_001_002_AXS001 { targets :...
View Articleempty json
I have a problem, if they result of a server-side query is null, I get the following error: SCRIPT5007: Unable to get property 'length' of undefined or null reference datatables.min.js (108,405) The...
View ArticleHow to load table from $.ajax() request
I'm working on a "Hello World" scenario with a simple Web API project. While I can successfully make an ajax call to my URL and show the results in the console, what I do not yet understand is how to...
View ArticleHow to print with page numbers from the "print button"?
The things I normally would do in css and html do not seem to be working when I use the Datatables "print" button... print button is set up like this: buttons: [ {extend: 'print', text: 'Print...
View ArticleHow to date sort as date instead of string
I never noticed this until I actually needed to sort by a date. All my dates are in USA format (dd/mm/yyyy) but sort as they are strings. From what I read in various forum answers, I was under the...
View Articleorder of event firing - need sort of column when adjusting row data
Please refer to https://codepen.io/louking/pen/eevMav . Hopefully there's not too much extraneous code there -- this is a cut/paste from my application. I am currently doing a calculation during the...
View Articleeditor.where the filename doesn't seem to allow formulas
Looking at https://editor.datatables.net/manual/php/conditions#Complex-usage, all the document and support examples use the entire field name in the first argument. What if I want to use only part of...
View ArticleDataTables column sorting not working properly with ISO8601 dates
See screenshot - there is a column "Datum" which should be sorted. The internal date format is ISO8601 (see data-order, data-sort attributes in debugger tools). I wonder the dates are obviously sorted...
View Article