Selection field of concatenated data?
In the table view I have a field displayed that is concatenated from other table join fields. columns: [ { //display of foreign key fkunit, display as "Unit Type # [District Name]", allow filtering of...
View Articledelete without confirmation
I want to delete a selected row with a button without a confirmation popup. My code so far is: { sExtends: "select_single", sButtonText: "Remove", fnClick: function ( button, config ) { var rows =...
View ArticleEditor - Update record when DB field has space in the name
I am using editor version 1.5.3 and a MySQL table with space in the column name. The Backticks ( ` ) allow me to read the table. Update a field with space in the name throw following error. error:...
View ArticleEditor selectize creat doesn't works
I use following css and js jquery and jqueryui load before <link rel="stylesheet" type="text/css" href="datatables/media/css/jquery.dataTables.min.css"> <link rel="stylesheet" type="text/css"...
View ArticleReally Quick Question
Is it possible in the newest version to dynamically change the ajax URL of editor... for example: editor.ajax.url("/my/url/?query=" + myQuery).load()
View ArticleIs there a way to allow null values in a join-column with type: select?
When setting up a column with a foregin key I want the select dropdown to include a null option in addition to every value in the related table. Is this possible? I've set up my table on both server...
View ArticleUsing Generator
I do have a database with more than 25 tables. some tables have more than 20 columns. Is there a way i can install Datatables editor generator to generate all the js and PHP files on fly. I have used...
View ArticleRender a URL link on column in Editor datatable
In my datatable in the first column, I want to make the first column text a link to another file and pass the database table "id" in the url path. I tried the following code, however, I'm not sure how...
View ArticleUpload size limit
I have no declared file size limit on validation, but I get "File exceeds maximum file upload size" error. Why is that? I would like to be able to upload files up to 500 MB. Is that possible?
View ArticleCustom Field Layout in Modal
Dear Allan, I am working on a complex Editor modal with a lot of custom field type plugins which consume a lot of height ( http://up.picr.de/23919353ls.png ). I was trying to create a custom layout...
View Articleerror on image upload- Cannot read property 'id' of undefined
I have a editor instance to add members to a table which is working fine. I have just added an image upload option to the editor, (1.5.3) and if i try to add an image, I get an error Uncaught...
View ArticleMjoin and alias
Hi, I want to do a relation one to multiple. I have a table "centers" with this fields : "cen_id" and "cen_title". And another table "centers_centers" with this fields : "cc_cen_id" and "cc_parent" The...
View ArticleI'm having a Problem with MJoin
I started to look at the MJoin functionality today (following this example: https://editor.datatables.net/manual/net/mjoin) and ran into a problem. Here's my code: .MJoin(new MJoin("Finish")...
View ArticleJoins with new vesion of editor.
Hello everybody I have a problem with the new version a the editor and my old scripts. My project use two tables T1(id, field1_t1, field2_t1...) and T2(t1_id, field1_t2, field2_t2...) and a link...
View Articledata() after cell edit
I'd like to reload one row after the edit of a single cell. so i call: editor.on( 'submitSuccess', function (e, json, data) { datatable.row('.selected').data(json.data[0]).draw(); }); the first edit...
View ArticleIs that possible render the upload field before send?
Would that be possible to render the upload field with the selected file name, or selected image pixelsize or blob thumb generated on client-side , just after file selection is done, instead of data...
View ArticleEditor instances
I'm trying to build a inventory/checkout system using Editor. When the new entry button is clicked I have an autocomplete function on the "serial" field that simply searches the database and completes...
View ArticleEditor with closure and or_where clause does not work
Dear all, I am using the inline editor to change the database value via a checkbox. It works fine unless I use the closure with an or_where clause. This is the clause that create the problem....
View ArticleRequired Validation
Hello everyone, In the validation part, as i'm using editor.dependent to make some fields appear or not, i would like to make them required only if they are visible. Can someone tell me if it's...
View ArticleHow to preselect Options in a Select
Hey Alan. I have a Datatable setup and Editor, and everything is working splendidly EXCEPT for one thing. I have one field defined as a SELECT with MULTIPLE, but normally (meaning when DT is browsing...
View Article