display of form error message in footer of editor box
I am running into a problem with the form error message that used to appear in the footer area of the form. After updating from Editor Version 1.9.1 to 1.9.3, I found that for 1.9.3 form error messages...
View Articlehow do I remove a record in a linked table when editing a parent record
In the link table example how would I add an option to remove an existing department? For example, if someone temporarily had no department, I need an option in the select dropdown such as "No...
View ArticleAdding condition/rule based on previous selection
Hi All, I have two field value 'Morning and Evening' in 'day_type' - If I choose Morning the following field 'time' options should display only first three options and if choose Evening it should only...
View Article(editor) force string to lowercase before writing to database
Can anyone help me out ? How would be the right syntax for formatting an string to lowercase before writing to database i have this (shortened) $db->sql('set names utf8'); $editor = Editor::inst(...
View ArticleDownload Version
This link https://editor.datatables.net/download/index still shows version 1.9.3 while the download builder https://datatables.net/download/ has version 1.9.4 It is a bit difficult to find version...
View ArticleInclude content in request to Server not established in Editor with .set()
I want to include extra data in the request that is sent to the server. In the example below, WalkInScheduled is included in the Editor fields, and it has a representation in the destination DB....
View ArticlePre-loading input fields based on previous input in Editor
Hi All, I have 6 date fields to enter in editor, I am looking at automating last three date fields with +7 days it is recurring every 7th day. Enclosed the code for your reference. { "label": "Day 1...
View ArticleUsing generic dataset model?
Hi, I need to use Editor 1.9.2 to implement a CRUD. This CRUD operate throught a lot of table: tables have got 6 field in common, the other fields are specific foreach table. Consider that Admin user...
View ArticleEditor Inline, input sent empty even he has value in first on edit
Editor Inline, input sent empty even he has value before edit this wired because i have the same table but with diffrent parmas in other view that working fine with editor inline in this view when i...
View ArticleCustomize the DOM
Good afternoon I am trying to customize a Datatable Editor form using php, with the "template" option. Specifically, I want to manage the Bootstrap design that the “editor-field” tag has by default of...
View ArticleCustom edit to edit record and creat
Description of problem: Hi, I'm using .NET Editor 1.9.2 I need to create a custom edit button: this button must do 1. update one column for the selected row 2. open modal to edit row 3. create a new...
View ArticleHide option when it is already used
Happy Morning Team, I have a field called 'Rank' and this will help me to assign Ranks to People. Now following is my query. I am looking at hiding option from "Rank fields options" if one option is...
View ArticleLaunching a form from another form
https://datatables.net/forums/discussion/comment/140082/#Comment_140082 indicates that launching a form from another form is "very much on the cards for a future update in Editor, as it is something...
View ArticleJoin to different database? .NET libraries
How can I join across to another databases? i have the id of field, but i need to connect to other table in other database to show the airline_name of this id. how can i make it work??
View ArticleEditor: Inline Editing processing animation not showing
I am using the latest version of the DataTables Editor (1.9.4) with the Bootstrap 3 style. I am not able to find any documentation about the inline processing option that displays an animation while...
View ArticleResponsive Integration with checkboxes
Is there an example of checkboxes being integrated into editor while using responsive? I"m having issues with checkboxes once responsive kicks in and moves the cell into the child row. I figured out...
View Articledatetime picker - numerous problems
Description of problem: I am trying to follow the "date and time input example for datetime picker here https://editor.datatables.net/examples/dates/datetime.html I have copied/pasted exact code from...
View ArticleEDITOR: How to DELETE from multiple Tables
Ist there a tutorial how can i idelete data from multiple tables. so i got one table with calendar dates and the other one with sign ins to specific dates. when i delete a calendar-date editor should...
View Articleexample file upload gives error on table files
http://oostveen-advies.eu/test_upload/index.html error message: uncaught exception: Unknown file table name: files I am using the datatables_demo database js and php files are copies of the example...
View ArticleDuplicate row Problem
hey i want to duplicate row but with all the collection of the original row,how can i achieve this with editor? i cant find a way to know when i am Duplicate row or create row.. this is possible on...
View Article