Bubble editing date field
I've got a table using DataTables that I'm populating via an Ajax call. I'm displaying two date fields per record in the table. I've gotten them displaying correctly (MM/DD/YYYY), but when i do an...
View ArticleIs it possible to have the Editor dialogs movable?
Editor dialogs are modal and sit on top of my data tables. Thus I cannot reference the data table to place entries in the dialog. Therefore, is there a way to make the dialog movable?
View Articlestandalone inline editor only working on first edit for date, selectize,...
He everyone! I think i might be running into a bug in the stand-alone inline editor. I have two problems that look like they're caused by the same problem but might also be two different things going...
View ArticleMySQL GROUP BY and HAVING clauses with PHP libraries
I've got a query involving some grouped items that requires me to use a HAVING clause in conjunction with GROUP BY, rather than WHERE. Is this something that is supported in the PHP libraries with...
View Articleeditor options, add item to recordset (not placeholder)
I have an options list in my editor which is populated from ajax/json i want to add an extra label/value pair to my list so that a row being edited can have this value de-selected by the user the...
View ArticleView Generated MySQL Statement
Is there a way to view the MySQL statements that are generated by editor? I'm especially curious as to what is being generated when dealing with link tables/foreign key relationships. Thanks!
View ArticleEditor show false
Hi Allan, Need help on editor show false According to this reference, i want to do a silent create. Submit new data without showing form. My code: $('#stand').on( 'click', function () { barcode =...
View ArticlesetFormatter always returning ifEmpty format
I have this on an editor field ->setFormatter('Format::ifEmpty', null), but I am always getting null, even if it's not empty. The field is valued in the form data properly. I can't see what I am...
View ArticleEditor Standalone Edit Select Row Problem
Hi Allan, I have 5 columns in my MySQL Table id (key), activity_category_id, start_process, finish_process, activity_head_id | 90 | 4 | 2017-07-20 20:49:04 | **NULL **| 13 | I want to use standalone...
View ArticleLabel "for" and input "id" do not match
My project is admittedly somewhat complicated, and maybe I've screwed something up along the way. The data is coming from the PHP libraries, and there are several joins that serve to complicate things....
View Articlebuttons in editor form
Hi, I have a button in a custom template editor form. It works as I want it to except for one problem - the button displays until the editor has been instantiated. I tried display:none but if I use...
View ArticleHow to prevent editor open form?
Hi Allan, I want to prevent open editor in some conditions. I'm using editor.close() , but i think this is not smooth. Is there any way to prevent editor open ? Please advise, thank you
View ArticleHow to disable editor updating the table after server response received?
I have a special case where my server returns the json for the entire table upon editing a single row because the entire table needs to be redrawn. I don't want create to draw the new row, edit to draw...
View ArticleNo more general server-side components?
I've run into a problem with trying to use server-side processing, multi-column filtering and loading a "prefilter" via searchCol. From what I can tell, it doesn't work with Editor. The variable is...
View Articleupload to directorystructure
Please find below a part of the serverscript. I have read the File Upload section of the manual as well as the custom upload actions. My problem is that the file needs to be uploaded to the directory...
View ArticleEditor Select2 / Select Field Allow New Value
Hi Allan, Is it possible to create Editor Select2 / Select field to allow new value? I can't find the example or tutorial. Thank you Danny
View ArticleNested readonly `leftJoin` in `Join`
Just like a lot of others, I had the need of a leftJoin on a joined table. It turns out this is quite easy to do when both the joined table and the nested leftjoined table are readonly. Implementation...
View ArticleJoined Tables Not Displaying Properly
I have one table with an Mjoin for a "link table" (Joining the "VOLUMES" and "APPS" mysql tables) displaying one column. Another separate table with the same Mjoin, but displaying the other column....
View ArticleHow to display label of value stand alone editor?
How to display label of value stand alone editor? { name: "isjoin", type: 'select', options: [{ label: 'ok', value: 'Y' }, { label: 'no', value: 'N' }, ], } I want to display ok or no. Is there a way?...
View ArticleSub joins on a datatable
I'm going to do my best to be clear... In my Main Table (VOLUMES), I have an Mjoin for a VOL_CUSTSVCS table (this is a link table to VOLUMES and CUSTSVCS showing what CUSTSVCS are on which VOLUME....
View Article