Datepicker does not close
Hi, I am using the latest Editor version. When using more complex Editor pop ups with many fields and dependencies I get the problem that the date picker doesn't close after selecting a date. It just...
View ArticleHow to show multiple selected options?
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: This seems like a fairly simple question but I cannot find the answer anywhere on DT.net. I have...
View ArticleFile upload pre-validation
Hi @all Is there a way to validate extension, size and more before starting upload. In fact, after many time of upload process, we can get the message 'size excedeed' or ext no allowed... perhaps a way...
View ArticleCan't view footer for nested editor table
I'm trying to use a footerCallback to calculate total price in a nested table. I've found this link (https://datatables.net/forums/discussion/68135/cant-get-footer-for-datatable-as-input) which was...
View ArticleCascading list with leftjoin and Where clause
Good morning, how to make sure that the Where clause is taken into account, perhaps it is badly positioned? Javascript : var editor; // use a global for the submit and return data rendering in the...
View ArticleDT_Rows and IdSrc if source is array in arrays
Hi, i am using array in arrays as source for dataTables generated from serverside Now i am trying in trial version add Editor to my original Datatables I have in my dataTables defined idSrc: 'id',...
View ArticleInline editing does not work on my script.
I am trying to get the inline editor working for my script. I am unable to see why this is not working as I have copied it exactly from the example page. /** * @Author: David Morin * @Date: 11-06-2020...
View ArticleAllowed memory size exhausted
I have a DB table that has over 1M rows. When I try to use serverSide so that it doesn't pull it all I still get the error and the page doesnt load. Anyone know what I am missing here? <b>Fatal...
View ArticleGet max date from array
Hi, I have two joined tables as follow: Table 1: Customer Table 2: Orders I would like to get just the latest date of the order not all dates. Moreover, if a customer has three orders I want to get a...
View ArticleI'm not sure if this is easily doable would appreciate any advice on how to...
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:
View ArticleEditor licensing and re-distribution
Hello, I have a small CRUD document management application which uses (the most excellent) DataTables Editor. It is intended to run on users local network hardware, typically a NAS such as Synology or...
View ArticleHow can I edit a different view of the data from a GET and then persist...
I have an application where I'm editing a simple table that is comprised of values of temperature, pressure and other values that have measurement units. In this case, the table is storing the values...
View ArticleQuestion about chaining of editing methods in Editor
Hi, I was wondering if it'd be possible to chain different editing methods and send them to the server with a unique submit() at the end Something like: editor.edit().remove().create().submit() rather...
View ArticleCan't get footer for Datatable as input
hi @allan I try to get sum for columns in a datatable as input field. Can't get it, nor footer displayed... Try to set footer with text array, no more result Do you have a sample on how to set and...
View ArticleImport CSV with Bootstrap 4 Not Loading Second Modal
Having the same issue as what is detailed on this this thread. Can't get the examples to load properly for some reason, but the issue is identical. It was noted as fixed in Editor 1.9.1, but I am...
View ArticleStandalone Editor not closing inline form with select and data-editor-value
I'm using the standalone editor on a Thymeleaf template and I'm having problems with the inline form not closing after saving. It only occurs when I use a different display value than the value being...
View ArticleSelft Join - C#
Hi, I am trying to use the self join code example. I have the User table that is joined to the Requisition table using the User_ID field which works fine. I am trying to join another User table to the...
View ArticleFile Upload
Hi, I am trying to do file upload but I am getting the following error: File upload requires that 'Process' be called with an HttpRequest or UnvalidatedRequestValues object. I am using .Net Framework...
View ArticleSecond page
Hello, I moved from datatables to editor and found out I had to start from scratch again. With generator I was able to implement a page where I can see and edit all columns. If I want to create a...
View ArticleIs it possible to pass data from one Editor lightbox to another?
Dear Datatables, I was wondering if it is possible to have a series of lightboxes, each with one or two fields in it that the user can edit? Then have each lightbox pass data into the next one, with...
View Article