Unknown file id 5 in table files with file upload
Good day.... Currently working on the file upload section in our tool... I select an existing row and edit it...then choose a file and upload it for processing... So what "id" value in the "upload"...
View ArticleDoes a column needs to be in table definition for the editor?
Good afternoon (o; Almost finished with the file uploading (o; Let's say I display a table with just a few rows but want to be able to edit more columns that are displayed due to restricted display...
View ArticleRowGroup with custom rendered cells
I'm trying to use RowGroup extension but i noticed that if applied on a cell that has a custom render function, the group will be created with the row data, not with the rendered one. Is there a way I...
View ArticleColumn menù
I'm looking for a functionality like the one shown in this page that is available for another library. Is there any chance to have something similar in DataTables?
View Article.net oracle connection
I am trying to connect to an oracle database in my .net project. I am getting an error in the line using (var db = new Database(settings.DbType, settings.DbConnection)) error is: unable to find the...
View Articleinput with datalist
html5 has a text/dropdown combo box so the user can free-type or select from drop-down.: https://stackoverflow.com/questions/5650457/html-select-form-with-option-to-enter-custom-value Is there a way to...
View ArticleIf checkbox in the editor field became selected, change the content of the...
Hello everybody I've been sitting on a more complex topic for days. I have a lot of input fields with prices in an editor form (e.g. db.reg_price and db.red_price). You can enter this by hand....
View ArticleSelf-referencing left join
Hi I'm trying to convert the following sql into valid server DT code but I'm struggling a bit translating the aliases and embedded select statement in the left join. Here's the sql: SELECT V.ID,...
View ArticleHow to optimize speed when loading heavier data?
I'm currently working on a project that will load around 5000 entries with pictures and audio files. With only around 400 entries it already takes a while. The link to the website is:...
View ArticleHow to post custom content on delete?
For editor updates (i.e., when it POSTs to the server), I have successfully implemented passing a custom form element called DatabaseName. I do this by adding to the editor upon initialization: editor...
View ArticleAdding a search box for every column causes to sort the column too....
Hi All, I have been working with DataTables for a while now. I am trying to implement the "Search Box" feature for every column in the generated table. The issue I am facing is that even If I am...
View ArticlePrevent row flash after inline edit
This can be seen on this demo https://editor.datatables.net/examples/inline-editing/simple.html How can I prevent the color change that occurs when a row is finish editing?
View ArticleField::inst with subquery return null in mysql
Greetings, I'm using a subquery in the Field::inst() of PHP editor class. For example, the main table is Sales: Field::inst('(SELECT SUM(payments.price) FROM `payments` WHERE payments.sale_id =...
View ArticleField::inst with subquery return null in mysql
Greetings, I'm using a subquery in the Field::inst() of PHP editor class. For example, the main table is Sales: Field::inst('(SELECT SUM(payments.price) FROM `payments` WHERE payments.sale_id =...
View Articlereturn Invalid Date DataTable
Hello Guys, what´s Up ? Function $.fn.dataTable.render.moment('YYYY-MM-DD HH:mm:ss', 'DD/MM/YYYY HH:mm:ss'); I have a problem getting the function above. The dataTable return me invalid Date when i use...
View ArticleReloading a DT with an array as its source
Hi This page gives a number of examples of how to load/reload some ajax data but how is this achieved with a js object array? I'm setting a DT with an array and have a refresh button but can't see how...
View Articleimport CSV provide a blank choice for the field match
I am working through the import process for my table using the example here: https://editor.datatables.net/examples/extensions/import.html I have this up and working as is, but am looking to add a...
View ArticleHow to declare synthetic column in Table View?
Hello, Use case if of synthetic column in view. A synthetic column is an extra column whose cell value s a function of existing column values. Based on limited understanding of column.render function,...
View ArticleCannot see json in my datatable
Hello everyone, I create a json object , {"devices":[{"name":"D9123","id":"32","isOn":"true","automation":{"suspended":"true","expiration":"15 January 20:00pm...
View ArticleHeaders not aligned in Datatable
When I render my table with the JQuery command, if the table is less wide than my screen, the headers appear left aligned, while the table is centered. Below is most of the html file (it is a thymeleaf...
View Article