No data saved onBlur after update 1.5.0 (inline edit)
Hi, I updated from Editor 1.4.2 to 1.5.0. I have a grid where only one column can be edited, the column type is select (3 status values). After the first try, it throw an error: dataTables.editor.js:...
View ArticleJquery Error after Upgrading vom Editor v1.3 to 1.5
Hi Allan, I am facing a problem with the new versoin of editor. After invoking the successCallback in the ajax option I get: TypeError: obj is undefined...
View Articleconverting SQL request
Hello, I have to do a request like that in Editor for requesting my resident database and filling the datatable : SELECT resident.id FROM resident INNER JOIN (SELECT resident.id, MAX(date_modif)...
View ArticlemJoin Direct Link
I have two tables and I am trying to join them so that I can display in a single cell an array of values which have the same ID from one table which match a single ID from the second table. Basically...
View Articleupdate body()
Instead of update footer I want to update cells in column 8, where that column is -> { data: null, defaultContent:'', orderable: false}, greatly appreciate the help :) $( api.column(8).footer()...
View ArticleInline tab issues - options
When I use info: false for inline tab - I can't tab between columns and I can only edit one cell for the table before it's uneditable. Any suggestions? http://debug.datatables.net/emihex var editor; //...
View Articledblib connection on GNU/Linux
Hi Allan and Community! I've had many problems trying to establish the connection with SQL Server on Windows and PHP Server on Gnu/Linux (Ubuntu)....
View ArticleSelect produces error
Why do I get 'unable to automatically determine field from source'? I have tried various different ways following the examples and can not get it working. Code is at: http://pastie.org/10357565
View ArticleInvalid column name 'id' error in simple join use case
I'm using the editor and trying to get the simple use case of a dropdown populated from a 2nd table to work (this example: https://editor.datatables.net/examples/simple/join.html). It works fine when I...
View ArticleNewbie question
Hi, sorry for a bit of a simple question, but I cannot find the answer in the forum or documentation. If I have the following table; staff id, name ...and I have where clause: ->where( 'staff.id',...
View ArticleDT Editor: How do I get the old,newly edited data along with the entire row...
Hi, I am using datatable editor to let users modify certain columns in the table. I call a function within editor ajax which creates and runs a python task that will make changes to the backend...
View ArticlePossible with PHP libs?
Once again I fear I am going to have to not use Editor and roll my own.... Unless... is this possible? Here is the code I was using on the table with inline editing... all worked great: Editor::inst(...
View ArticleidSrc not working
Obviously, in Version 1.5 of dataTable Editor the idSrc option is not working, not even on the official example page: https://editor.datatables.net/examples/advanced/jsonId.html The <TR> code...
View ArticleDateFormat / getFormatter / setFormatter / validator
Hi! I want to store date format like this '22.10.2015' So I've defined a validator with the appropriate get and set Formatter like this: Field::inst('FollowupDate')...
View ArticleSubmit button only to specific column
Hi! How can I display a submit button only for a specific column and use for the rest a normal inline edit? For example: My table has 10 rows and I want on column 5 with a textarea an submit button and...
View ArticleValidate::unique with table and field options fails during update
Dear community I have encountered a problem with the server-side validator of the editor. I have a left-joined table in which one of the fields is required to be unique. The field is made unique like...
View ArticleInline edit javascript dataTable without AJAX backend datasource
I have a dataTable with javascript datasource and a dataEditor (whith inline edit enabled) which is bound to the dataTable. When editing data I want the changes only to be reflected in the DOM, not in...
View ArticleHaving problem doing editor inline if the DOM: does not have i (information...
If I include i in dom: all seems to work fine, but without it, java throws error "Uncaught TypeError: Cannot read property 'length' of undefined". Any idea what can it be? Thank for your support and...
View ArticleButtons - Print options
Is there an option to print multiple tables with one print button?
View ArticleSelect - display name, and store value:
Hi, I have the following editor array: [["NameA",1],["NameB", 2]] Created by a loader function that I use in the editor like: var editor; $(document).ready(function() { editor = new...
View Article