Datatable CDN Offline: Error 1000
in the past hours Datatable CDN has not been working, please assist? Here are the files we are using in production.
View ArticleHow do you pass a customer's id to a datatable editor form?
This is in laravel. I have a users table and form and in a column a link to pass the $uid to another DTE page: ``return '<a href=/bin/inspections2?uid=' + data.users.id + '...
View ArticleHow do I do calculated fields on the server of a record being created or...
I have a very simple table with a few fields. The table has another six or so fields that are calculated on the server and saved as part of a record being created or updated. The calculated fields do...
View ArticleError "An item with the same key has already been added."
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: I'm working with MVC c# and Editor Datatables from http://editor.datatables.net. i'm getting the...
View ArticleGrabbing upload in-server validation errors
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi all, please let me know if there is an event available in a client for the above. I have used...
View ArticleSlow footerCallback
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: I am using the code below but without the footerCallback, loading takes 20 sec. With it it takes...
View ArticlePossible bugs with Opera browser v102.0.4880.56
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi, I use Opera and presumably this is the same issue with Chrome and it is now throwing errors...
View ArticleDataTables-Editor-Server.dll and MySql.Data
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: I have version 1.9.6 of DataTables-Editor-Server.dll and would like to know what is the highest...
View ArticleHow to put/insert/update/modify bonus to all employees in the table based on...
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View ArticleEllipsis renderer that can expand column to show full text
Is there somthing similiar to ellipsis renderer for long text columns that if we click into the column that would expand the column to display the full text?
View ArticleHow to set the default number of rows displayed
I have tried using "pageLength": 50, to set the fault number of records displayed in a datatables page, but it's not working. The page only displays 5 records per pagination. Any ideas? var table = $(...
View ArticleFormatted Date using Moment with AM/PM and TimeZone does not sort in FireFox
Using this code: $.fn.dataTable.moment('YYYY-mm-dd HH:mm:ss tt zz'); To format the date and it works and sorts fine in Chrome, but the sort button does nothing in FireFox, it does display the date...
View ArticleInput field to scan barcodes to quickly select multiple rows to edit
Editor 1.96 being used. I tried searching in the forums but didn't see anything on this topic yet, just wanted to check if there is an existing api for this something like this: Have an input field,...
View ArticleOn editor 1.96 question
I've seen this example below with the editor 2.0 (I believe?) https://editor.datatables.net/examples/datatables/select.html Currently I'm on 1.96, is another purchase required for to gain the type:...
View ArticleCan editor work on json txt file as data source?
We don't want to use a database for this since the information is very minimal. We have a txt file that contains json objects to load that datatables. I have that working, very similar to this URL...
View ArticleSorting Date column that includes time zone will not work
Is there anyway to sort this date column that includes the time zone? Example of it is below. If I remove the time zone i.e. "US/Central" then it does work fine. However, it was requested to include...
View ArticleHow do you reverse the rowOrdering sequence so that the new item get added as...
My form code: { label: "Order", name: "articles.rowOrder", type: "hidden", default: 1, }, How do you reverse the ordering sequence so that when you add a new item it gets the rowORder # as the highest...
View ArticleIs the sorting-option for comma and decimal in 1.9.x also possible
I've got a system running for years now with 1.9.4 Now i want to sort columns with i.e. 12,40 correctly like this: https://datatables.net/examples/basic_init/comma-decimal Is this possible in 1.9.x?
View ArticleIs there a DTE way to create 2 matching IDs in 2 separate tables when you add...
I have a table which I refer to as a primary table because it is used in many different forms. It forms the basis on articles, blog posts, FAQ, testimonials other. Many, most of these share use of the...
View Articletable.rows
How does one send the values of table.rows to a ajax post method and does the value of table.rows hold the pageintated data I want to pass the data to .net mvc controller for futher minpulation after...
View Article