id collision in subtable for parent table with embedded child table
Link to test case: http://live.datatables.net/venefohu/1/edit Description of problem: As a follow-up from https://datatables.net/forums/discussion/comment/175383/#Comment_175383, I'm trying to edit my...
View ArticleTelephone field to make calls
Good Morning, I am trying to create a link so that I can make calls from a phone field in a table. I'm using an html <a> tag in the columns: data, but it doesn't show me the field data. {...
View Articlehow do I rebuild searchPanes after editing a row
I'm using SearchPanes Integration for Editor. The SearchPanes don't update after I edit a row. Is there a setting for that? If not, how would I do that manually?
View ArticleDatatable editor node.js - .dateFormat() error: key.toLowerCase is not a...
I'm using datatable editor with node.js. When trying to validate serverside a date with the internal .dateFormat() function like this: const moment = require('moment'); ... new Field(...
View Articlecondition on a select ?
Hello Is it possible to set a condition on a select ? Explanation: I have a list of actions to do in an EDITOR datatables table, I assign each action to a user (thanks to select). I display in the...
View ArticleDataTable Editor server side script error
I have a simple SSP script that is throw this error. "Primary key element is not available in data set." Any thoughts? <?php // DataTables PHP library require(...
View ArticleIterate MJoin options and show text box with labels
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi I have an MJoin as per https://datatables.net/forums/discussion/62907 which displays options. I...
View Articlefield being updated when no changes
I am trying to submit only when actual changes are made and for some reason, I have a field, FollowUpDate, that when it is blank it says it is being updated, even though it is even hidden in the Editor...
View Articlethe line doesn't appear after creation
Hello, I have a new problem, the line doesn't appear after creation (appear after refresh navigator). When I edit or delete a line there is no problem, everything is fine. I don't know where the error...
View Articlesetting a php session variable in the php processing script
I want to do something that seems like it should be simple but I can not figure it out. I want to take a FEILD:: instance and pass it to a php session variable. I tried: Editor::inst( $db,...
View ArticleHow to implement chained select2 combo boxes in Editor?
My application includes a number of select2 combo boxes where a user selection in the 1st select box is passed to a SQL procedure which returns a list of options for the 2nd select box, where a user...
View Articleselect field (using Ajax loaded data) to load dynamically the pair: label, value
Hi Allan, I´m using v.1.6.2 of DT Editor ( JS+PHP). About the last example of the page https://editor.datatables.net/reference/field/select . In the example it says that it is for standalone mode, but...
View Articlehow do I export date as csv in a different format
I'm using an Export CSV button in my table. I need the date displayed in the table like this: Aug 3, 3:10pm. But I wanted it exported in this format: 2020-08-03 15:10:00. As well, the date is in the...
View ArticlePerformance Using C# datatables and Editor for large oracle table - 100...
Link to test case: Can't replicate due to volumne in Oracle data. Will provide code. Debugger code (debug.datatables.net): N/A Error messages shown: No error message, just taking 2-3 minutes per page...
View ArticleCustomize initCreate?
I'm using Editor in my app. In the app, users define a set of stock buy & sell rules using six dependent select2 select boxes. Presently, I'm using initCreate to add a new rule (row) to the table....
View ArticleEmpty Password Field, disable writing to database
I have a password field that when a new user is created I want to write the password to the database. That works fine and encrypts the password using the following. $out=Editor::inst( $db, 'users' )...
View ArticleApply validation to many fields
Hi, I am just wondering is it possible to apply multiple validations to multiple fields at a time? I am using editor with a large form (50 fields) and applying validations server side. I'm wanting to...
View ArticleHow to add a class after row data has been changed
I am trying to add a CSS class to the changed table row once the data has been updated. I want to check to see if the "CheckedOK" column is checked. If it is, add a class. If it isn't, remove the...
View ArticleEditor: Editing a single row updates multiple rows on the server, reload...
Hi, I need to know whether this is possible: I have data in my Editor, and when a user updates a specific column (field), it causes updates to multiple rows and fields on the server. The server should...
View Articledon't allow close of editor
I don't want to allow users to close the editor by clicking the background (grey area) or the 'x' in the upper right of the editor window. I think the answer is somewhere in this code:...
View Article