The function in replacements of ajax wont be fired
Hi all, excuse me. I'll appreciated if someone can give me advise. I cannot get the current DT_RowID after I click the update butten. my api has retrieved the ajax data from the editor, but I still...
View ArticleUncaught TypeError: Cannot read properties of undefined (reading 'attach') at...
After inline update row it appear on console this error Uncaught TypeError: Cannot read properties of undefined (reading 'attach') at a.mb [as inline]: This is my Javascript code: function...
View ArticlepreEdit
I need to convert the text in one field from whatever the user typed in to Title case. see the function below. I am running Editor 1.7.4 The console log entries in show that the value AB EriK WAS HERE...
View ArticleConcatenating two fields on server side
I'm trying to have Datatables group records as per this example but need to have the grouping done based on a combination of two fields in the table. I saw another post here mentioning that this could...
View Articleselect object with external data
Hi, how can load items in "select" object (editor window) load external data by ajax call? Tnk
View ArticleProblem with Editor 2.0.9 and bootstrap 5
I am trying to upgrade my Editor from 1.9.2 to 2.0.9 which is just recently released. I also bump my bootstrap to version 5 at the same time. However, I always get this error Uncaught ReferenceError:...
View ArticlepostEdit event for just the custom button not every edit event.
Hi, i have Edit & Custom button is there a postEdit event for just the custom button. The reason is i want to send email only for a specific edit action.
View ArticleReferenceError: Can't find variable: Editor
Hello, I am receiving the following error when loading my Editor table. I am using the newest PHP DataTable version. I am using: Python Flask, Editor-PHP-2.0.10, Bootstrap5
View ArticleEditor presubmit event
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: I want different logic in the presubmit event depending on the type of edit being performed. If...
View ArticleDependent data function
Link to test case: See code below. Error messages shown: See screenshot. Description of problem: I'm trying to use the Dependent function to modify data to talk to my server. This is the HTML/JS being...
View ArticleMultiple column unique validation
Is it possible to have the .net server side processor handle a unique data requirement across three columns? I've done this before with single columns, but looking at the documentation here and here I...
View ArticleCan I add an AND on the select?
How can I add an AND to the select? $carg_hor = $db ->select( 'select_gestcol_tab_salarial', ['select_carg_hor_id as value', 'select_carg_hor_id as label'], ['select_categoria_id' =>...
View ArticleLeftJoin with Multiple Conditions
Within MySQL I can do this LEFT JOIN: LEFT JOIN table2 ON table1.myfield= table2.myfield AND table1.otherfield = table1.otherfield Within Datatable Editor I can do this: ->leftJoin( 'table2',...
View ArticleLeftJoin with Multiple Conditions
Within MySQL I can do this LEFT JOIN: LEFT JOIN table2 ON table1.myfield= table2.myfield AND table1.otherfield = table1.otherfield Within Datatable Editor I can do this: ->leftJoin( 'table2',...
View ArticleHas editor added the ability to do summary totals in the footer yet?
I see that datatables has an api to put column summaries in the footer. I've seen reference to editor not having that functionality. Has that status changed? Is there an easy way for me to implement it...
View ArticleFormat::time
I have 2 time fields, which are just time, no date. I am trying to figure out the syntax for server side and client side. I think the js is close to this: , { "label": "shift start:", "name":...
View ArticleHow to put value from the other field to make condition to search from other...
Field::inst( 'tbl_con.id' ), Field::inst( 'aud' ) ->validator( Validate::required() ) ->options( Options::inst() ->table( 'tbl_ram_exit_aud' ) ->value( 'aud' ) ->label( 'aud' )...
View ArticleI have this error getting data from editor edit in mvc c # controller
Método no encontrado: 'System.String[] System.String.Split(Char, System.StringSplitOptions)' [HttpPost] public ActionResult ClientesNuevos() { var settings = Properties.Settings.Default; using (var db...
View ArticleBasic Flask implementation is not working
Hello all. I am trying to get Editor working in a Python Flask environment. I am currently using the following technologies: Postgres as well as PHP for the database connections. Python and Flask...
View ArticleMain visual editing mode - Avoid sending all row data to the server
Hi, let's take the multi row editing example. If I would use the inline or the bubble editing to update, let's say, a particular "Position", then only the modified cells would be sent to the server. If...
View Article