ClosedXML with DataTables - MVC project
I have used papaparse to bring in csv files into DataTables, but I have a spreadsheet where I need to import not only a specific worksheet (not the first worksheet) and start at a certain row and...
View ArticleIs it possible to provide a link to the Editor Modal in an Email?
I am trying to send and email to a POC once a status on a field in my table changes. The POC would need to take actions with the capability to add a comment. Is it possible to provide a link to the...
View ArticleHide Hour
Is it possible to hide the hours in the dropdown box of a type datetime field? I need only minutes and seconds. Andreas
View ArticlePrevent Sanitizing of "" etc
Hi, though I understand it's coming from a security aspect, when submitting text through DataTables editor (php version), sometimes - the field represents free text or HTML, and if I submit text that...
View Articleal mostrar mas de 25 registros en mi datatable el jquery no sirve para editar...
al seleccionar ver mas de 25 registros que es mi default, el editor deja de funcionar en losnuevos registros,como puedo hacer para que edite todos.
View ArticleCannot set the value for an SQL function field. These fields are read only.
Getting this message on one of my forms. It was working, but looking at the JSON with debug true I can't see the SQL that the editor is sending to the database to see what or where the issue is. How to...
View Articleinline editor - need to create, not update
I have an odd situation. I have a parent table (SDPlus_Worklogs) and a child table (SDPlus_Approvals). I am trying to do an inline editor with a checkbox. when the user clicks the checkbox I need to...
View Articlecancel checkbox change
I am using inline editor as in this example: https://editor.datatables.net/examples/api/checkbox.html However, when a checkbox is initially checked, I am using a modal box to confirm the user really...
View ArticleAdding code when submitting from inline editor
I have been using a button to submit changes to fields in the editor. This has worked great, but was primarily for testing purposes while we got this going. Now we want to remove the button. This is...
View ArticleWordpress: 404 Error on Website when Loading Table
Hey all, I read the blog post on installing the tables on a wordpress site. I must have missed something because I am not able to get this working. It keeps putting my table.example.php file after the...
View ArticleWork with datatable-less editor form
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi, I have a need to design an editor form that opens up on clicking a simple html link. The link...
View ArticleLeft Join and concatenate two columns
Using the following left join I want to concatenate two columns from the table 'unit': Field::inst( 'learning_event.unit_fk' ) ->options( Options::inst() ->table( 'unit' ) ->value( 'unit_pk' )...
View Articlesubmit() always updates all fields.
Hello I have three buttons "Cancel", "Apply" and "Submit" to match our current systems UX experience. The "Apply" saves the data without closing the form. So, for submit, I use the this.submit()...
View ArticleHave two inline editable columns display as one inline editable column in the...
I don't have test code to attach as I haven't attempted to get this working because I don't know how (or if it's possible). I need a single column called Result which is an editable field the user can...
View ArticleHow do I submit fields that are not shown when the data is submitted?
People talk about setting the type to hidden and I have tried that with no luck. I do not have a test case and the pages are not public. I am hopeful someone can see what I am missing. When data is...
View Articleoffered the previous values
Hello! I apologize for the trouble. Attention, I'm asking a stupid question, but I can't find the answer ((( When I try to enter the previous values in the form field, I am offered the previous values:...
View ArticleSearchPanes Button on Editor
Is the Seachpanes Button listed here: https://datatables.net/extensions/searchpanes/examples/initialisation/collapseStart.html compatible with Editor? I had SearchPanes enabled without the button, but...
View ArticleHow to detect if inline edit is in progress
Hi, I'm using inline editing, with a column dedicated to a delete button. When (for example) my user is being editing a cell in first row then him click for deleting the second row, the result is that...
View ArticleEditor-create-submit in the "for"
I need to automate the process of creating new rows in the database. I read it: https://editor.datatables.net/reference/api/ https://editor.datatables.net/reference/api/create()...
View ArticleMjoin - Retreiving additional columns from joined table
I have the following server and client scripts and need to retrieve additional columns from the joined table program_outcome. In this instance, the additional column is program_outcome.type.. How...
View Article