child row, coupled with onPageDisplay display controller
Link to test case: http://live.datatables.net/ropewipo/2/edit Description of problem: I'm trying to adapt a few examples, and am running into trouble. I expect this is just some dumb bug in my code,...
View ArticleProblem with Data shown in table only
Error messages shown: Unable to cast value to be String Description of problem: Hi, I'm usign Datatables Editor .NET Framework I need to reproduce this example but I've got always "Unable to cast value...
View ArticleEditor 1.9.4 no longer supports Editor.Process Method (UnvalidatedRequestValues)
According to https://editor.datatables.net/docs/1.7.4/net/html/5eb253e4-8637-81e5-9d8f-40f0040239d5.htm the editor is supposed to support Unvalidated Request values. My version, 1.9.4, does not have...
View ArticleEditor - table cell html content
I have many datatables on my site that I would like to start integrating some editor features onto. There is lots of html content in my table cells, is the editor capable of working with html cell...
View ArticlePassing table values to custom editor form
I have a custom form for data entry. I would like to include a DataTable in the custom form, loaded from AJAX. However, I also want to pass an ID to the load script that relates to the row being...
View ArticleIs it possible to build multiple rows per one line item?
I was wondering if it is possible to do something like this in Datatables. I have two database tables set up. One table is where the supplier's bid information is held and the other is where the...
View ArticleHTML not decoding when editing multiple rows
I've tried, unsuccesfully, to get a working demo of Editor on live.Datatables.net for an example. Next I tried using the editor exmple , but I could not replicate the problem there. The behavior I am...
View ArticleWhen submitting via checkbox, the entire row is submitted instead of just the...
I have followed the example https://editor.datatables.net/examples/api/checkbox.html to have a checkbox visible and save when changed. However, when it submits, it sends all columns in the row instead...
View ArticleGet Access to returned Json key
Good morning. This is the returned Json string form my php file { "data": [ { "DT_RowId": "row_10", "tblMembers": { "nminstitution": "rtyert", "nminstitutionlocal": "ertert", "distinctivetitle":...
View ArticleHas Editor a LIMIT to DELETE ?
i can delete 49 Entries with editors multirow method. but on 50 is stops with "Ein Fehler ist aufgetreten." (german) is there a limit configuration somewhere ?
View ArticleNo DB Connect within Intranet (from another Computer)
funny thing. everything works fine on my localmachine i cannot connect editor from another computer within the local network. is there anything i can do ?
View ArticleInlineedit stops working aftfer editing 1st field
Hello, on https://customer.vogeler-ag.de/obi/intranet/test/test2 a testing page can be found. It displays the calendar weeks of a year. You can click on a cell and change the color of this cell from a...
View Articlehttps://datatables.net/blog/2019-01-11 jsbin?
Is there a jsbin I can clone, or can you create a jsbin I can clone, which implements https://datatables.net/blog/2019-01-11? I'm not sure where to find the files which are loaded under the blog via...
View ArticleImport csv on select fields
Hi, I use the papaparse to import data from csv files - which works as long I have text fields in editor. But (logically) import of select fields does not work the same way - as setting the label (i.e....
View Articleinfinite select/deselect loop
Link to test case: http://live.datatables.net/mesorudu/1/edit Description of problem: I've copied the code from https://datatables.net/blog/2019-01-11. In my case I want to allow display of the table...
View ArticleCustom Field being not accessed
Hi, I have a custom field named RO_Category with three number of buttons just alike todo list where only one button can be enabled at a time. Based upon the selection of these buttons, I want to have...
View Articleeditor inline problem- how to chose which data will sent to server
hey i want to add in inline edit one more field to the field that been edit, this field has not been change, but it must sent to server for my calculation. i dont want to sent the entire row data, only...
View ArticleAttempting to join a table on compound key match
Attempting to set up a series of joins with one of them matching on multiple columns, as the key for the primary table as well as the one joined have multiple entries for just a column like ID, and...
View Articledocumentation on "opened"
It is not clear from the docs whether or not "action" is passed into on "opened": https://editor.datatables.net/reference/event/opened
View ArticleTrigger dependent with custom field of type "button"
Hi, It has a reference to https://datatables.net/forums/discussion/34394 discussion. The said thread contains the following suggestion from Mr. Allan I am in urgent need of using dependent with custom...
View Article