Editor save Form without closing it - when using custom forms templates.
Hi, I am trying to allow my users to make saves to a record without closing the form. Very similar to a question asked some time ago in the forum at : https://datatables.net/forums/discussion/32727 The...
View ArticleBootstrap 3 tabbed content in editor template
Hi I'm trying to apply the following: https://getbootstrap.com/2.3.2/components.html#navs https://editor.datatables.net/manual/templates#Any-HTML! I'm able to click a tab and the heading shows...
View ArticleCan we do multiple pages for one editor form?
I have a very big table, about 100 fields. When I "new" or "edit" a record by open an editor, the editor window is really huge and I have to scroll up and down to find specific fields. Is it possible...
View Articlecompact datatables and select checkbox
Using the latest version of editor and datatables. Noticed the tick is below the checkbox square when using a compact datatable? Any way to resolve?
View ArticleEditor - Programatically add an (incomplete) row
Hi, I have an Editor table with a fairly complicated model, but where each field is not mandatory (i.e. I can click on the "New" button, and then add an "empty" row without filling any field). I'm now...
View ArticleDifferent field name for asynchronous upload and full form file field.
I have two tables with two APIs. Order: - customer_name (text) - customer_file (ForeignKey reference to an Uploaded_file's primary key) Uploaded_file: - file_object (file upload field) I use an upload...
View ArticleAdd a select input besides editor buttons
Good morning Is there a way to add a custom select input element to the right side of the existing editor buttons on top of the table? Would like to add a select input so a user can choose which year...
View ArticleHow to execute a function from an external class from an editor event
how to execute a php function from another class (included in the main page) from an editor event: something similiar to below : ->on('postEdit', function ($editor, $id, $values, $row) {...
View Article"select" type field with multiple values (still can be dropdown and collapse)
In an editor, I want to have a field with "select" type being able to select multiple values, and, being able to dropdown and collapse. After using multiple=true option, I can select multiple ones,...
View ArticleSQLSTATE[IMSSP]: Tried to bind parameter number 65536. SQL Server supports a...
How can I solve the problem?
View ArticleHow to detect changes before submit
I have a multi-item edit form set up and it works great. I now have a requirement to notify IT if certain values are changed. I have access to the data on the preSubmit event but it doesn't show me...
View Article"submitSuccess" event versus "submit" callback function
I have a table with two checkboxes in one row. I wanted to use the standard logic to get this done and faced a couple of obstacles that I could resolve. One obstacle was that the table didn't display...
View ArticleHas anyone got to get Editor to work with datalists, and if so, could you...
I am especially interested in the code for the plug-in.
View ArticleWhat parameter should I pass to Editor.Process() when using json data
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: 1. I'm developing a c# asp.net core web api application. 2. I copy the StaffController and...
View ArticleDisable submit on an empty input text field?
Good afternoon Is there an option for the editor to not allow submitting a form when a specific inpute text field is empty? Or is preSubmit the only way to go through the fields and return false in...
View ArticleCheck boxes and related checkboxes...
A few issues I'm struggling to resolve. The first is to do with MySQL database and table structure to perform a complex query to get this conceptual relationship below working. FYI, this is for...
View Articledropdown updates only if marked ??
Hello, I have an editor data table and I am using drop down fields for some columns. When editing inline, I can't properly update the selected value of the dropdown box. The value is only updated if...
View ArticleEditor Modal Two Columns
I am using the Editor Modal also with two columns. I have never managed to get the field sequence from top to bottom and then from left to right so that all fields of the first column are edited top to...
View ArticleWhole Table Submit - Export to windowed table?
Hi All, I've successfully created many data entry tables which have been well received and used over the last 4+ years. These tables have included both inline editing and multirow editing. The one...
View ArticleEditor Join within
i try to admit sport-matches with editor. therefore i have 3 tables in the database. to keep it simple, i only describe the one we need within this example. Or you see the live demo...
View Article