Can I read an entire table in the postEdit event that updates a row?
I have an application that needs to write out a flat file of data from a table whenever a row in the table has been edited. The purpose of this app is to manage a groupfile for use with the HTTP AUTH...
View ArticleError when Deleting using API
Description of problem: Add and Edit function correctly with ajax calls but Delete does not, despite returning an empty object. The server only requires the id as query parameter and the payload is...
View Articleshowing inputs after button press
Hello, I'm trying to hide some inputs in my editor by default and then have them visible after a button is pressed. I got the button into my editor thanks to this thread but now the button does not...
View ArticleUploadMany + resize + Thummnail
Hello, I am using the uploadMany method to upload image files. Sometimes the images may come from a camera and I wish they could be reduced in size. That is, to admit images of 7Mb, but that are loaded...
View ArticleOpen editor window as a Standalone screen in different window
I want to do the following Screen 1 : Show data table with records and 2 buttons (NEW, EDIT) When user clicks NEW --> He should be redirected to a new screen (Screen2) , with a form (Editor form)...
View ArticleEditor use internal datetime definition
Hi I thought dataTables.dateTime.js was used for both searchBuilder, edito and... but I see editor use internal datetime (line 7955) In future will editor use dataTables.dateTime.js ? else...
View ArticlepreSubmit then submitSuccess events fired repeatedly
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Has anyone had this problem? It's completely random, sometimes the event gets fired once, other...
View ArticleEditor-2.0 documentation of removed features
In the Editor-2.0.0 release notes for legacyAjax it says: the legacyAjax option which has now been removed. If you require to still use the legacy for for any reason, the following preSubmit and...
View Articlenew $.fn.dataTable.Editor standalone stype
hi @all I use a tmp editor in some case and want it do set css just for this one (not from parent actual css set) Is there a way to set css at editor instanciation time (or after) not changing parenty...
View ArticleRetrieving only the rows for a selected day
Hey guys so i have a big table in my database that i only want todays rows to be retrieved. I got a datepicker working and the selection works too, but only if I reload the page, Basically i dont know...
View ArticleEditor stand alone inline editing example not working
Description of problem: The example showing editors stand alone inline editing ability is not functional. Also, is it required to use the attribute type (i.e. data-editor-field) instead of tag type...
View ArticleUncaught TypeError: editor.file is not a function
hi i am trying to load an image and display it but i get the following error: Uncaught TypeError: editor.file is not a function I would like to know in which js file this function is. NOTE: I see that...
View Articlealias for inst ?
hi is there a way to alias this in php class Editor::inst( $db, $TblName ) for example Editor::inst( $db, $TblName as 'tbl') or Editor::inst( $db, $TblName )->name('tbl') or ??? Thank Bob
View Articlebuttons and inputs displaying below each other
Hey Hey, As is said in a previous question I have a datepicker input at the top of my page to select the day that i want to be displayed. Now i also need to add something next to it which tells you the...
View ArticleInline editing not working with hidden columns
Hey guys i got a problem with inline editing. I have hidden some columns by default and they get shown on click of a button which works but then a problem arose. When the columns are hidden the editor...
View ArticleOne to Many Join - Modal with inline datatable or similar
I have a table structure of 1 risk to many risk mitigations. I have the mjoin working well returning the data, but I am not sure how to use it in the editor/ui to edit/create new mitigations after...
View ArticleProblems after Update to 2.0
Hello, after the update to the 2.0 I have massive problems with datatables and editor. I use datatables in a closed system, so I have created a test file. At...
View Articlejquery AutoComplete in Editor always gets error function
I have a datatable that has a editor, within that editor I am after a AutoComplete field that does a Ajax call. fields: [{ "label" : "Supervisor", "name": "supervisor_id", "type": "autoComplete",...
View ArticleDatatable wont edit the values in row
Hi guys, i have installed and loaded all the files(at least i think) and the datatable is displaying ok but when i try to edit a value in row or in the edit window it wont give me any errors but wont...
View Article