Unable to programmatically set value when using editor with submit mode =...
Hello Allan, I'm working with editor, server side, without table (in standalone mode) and with submit option = 'changed'. When I try to use the set() method programmatically on a field, it sometimes...
View Articlerecord not deleted from db
Hello, I have an editor setup with 2 leftjoins. Everything is working fine except when I delete a record from the table it is not deleted from the db. On the screen the record is deleted from the table...
View ArticleUsing $Where on Class Datatables
Hello Allan, Happy New Year Wish a better year for you I want to use where with condition ->select( 'v_item_pr_po', ['item_code as value', 'item_name as label'], ['pr_no' =>...
View ArticleNo server side select data with Always visible editing panel
I am having an issue where when I use the Always visible editing panel feature found here: https://datatables.net/blog/2017-06-30 with server side //server Field::inst( 'applicationForm.branchID' )...
View ArticleUploading a PDF file.
I have generated a table using the online generator and am now trying to adapt it so that I can upload a PDF file, but at the moment, it will only accept image uploads. Am I missing something.? **PHP**...
View ArticleWhat happened to Quill in the online generator?
Has the option to include Quill been removed from the online generator?
View ArticleTrouble getting select lists to cascade
I am trying to get the values in one select list to be dependent on another. The two fields in my editor are: { label: "Building", name: "mc_data_table1.building", type: "select" }, { label: "Area",...
View ArticleHow to save multiple values with plugin select2 as one field in database
I've got the following js code to select multiple options. { "label": "Bodemvocht:", "name": "bodemvocht", "type": "select2", "options": [ { "label": "", "value": "" }, { "label": "Droog", "value":...
View ArticleTwo Editor with two datatables in the same page
Is it possible to put two datatable editor for two tables on the same page? I think is just needed to use differents name for each editor var on the page correct?
View ArticleHow to check the options of a select field
Can I programmatically check the options of a select field? e.g. whether the options are equal to an empty array? https://editor.datatables.net/reference/field/select
View ArticleSetting default value select when dynamically loading data
Hello, For an inline form edit, I dynamically load data from a json query. I'll do the update with the update field. Everything is working fine, but I want to set a selected field (default field)....
View ArticleHow to Disable Editor Dependent on Action Edit
Hello Allan, How to Disable Editor Dependent on Action Edit. For example, i have 2 select fields, country and city. I find this answer from you, but not help me much. Is there any built in function to...
View ArticleUpload many combined with child table
Hello everyone, I tried to combine the upload many example (https://editor.datatables.net/examples/advanced/upload-many.html) with child table example (https://datatables.net/blog/2016-03-25) to upload...
View ArticleAJAX Remove, no reload
Hi, I am trying to execute some longer processes server-side on a row removal, and am wondering how I can prevent datatables from reloading the page after I submit a delete event. I tried,...
View ArticleField validation vs. Deletion
Hello there, I just started using Editor , and I'm struggling with the field validation when deleting a row. I.c.: I added a field validation for a date field which is required when inserting new...
View ArticleAdding custom message that is updated as user fills out a form
My data include admission date and discharge date allowing the calculation of LOS. The LOS should be the max allowed for data entry of a third field. As the user enters admission and discharge date, I...
View ArticleSubmit on row blur when using inline editing?
Using inline editing, is there a way to submit on row blur instead of on the cell blur?
View ArticleTwo Editor instances with PHP Server-Side processing
Dear Friend, I have a database with more than 50 fields, so I want to separate the editor form (basic datas / extended datas). Of course it doesn't work. I did the two Custom Forms, And I did the two...
View Articlebootstrap 4 inline editor changes row height?
when the user clicks on an inline edit field, the row gets suddenly higher. (newest versions of datatables, editor, bootstrap 4.0 beta) is this a known problem or am I missing something?
View ArticleHow to toggle inline editing
I would like to have the inline editing feature, but not all the time. I am thinking of implementing a toggle button, but how. Any hint or example would be appreciated. Thanks!
View Article