Quantcast
Channel: Editor — DataTables forums
Browsing all 3740 articles
Browse latest View live

Can we make the column inline editable if we display name from the select...

Link to test case: https://joomrp.urtestsite.com/portal/companies/sites.html Debugger code (debug.datatables.net): Error messages shown: No errors Description of problem: I need to know if we display...

View Article


How to upload file on dropbox without saving a copy to hosting server

Owing to space crunch of my web hosting server, I want to save my files on dropbox using the upload field of editor. My files are being saved to both hosting account as well as at dropbox. I'm unable...

View Article


Duplicate button cannot create new records from existing record

I have added the button Duplicate as below. It can copy the fields from the selected row and pop up for editing. But when click on button 'Create from existing'. It has no new record update. Did I miss...

View Article

Image may be NSFW.
Clik here to view.

Is there a way to get data from same table in a select box and shouldn't...

Link to test case: https://joomrp.urtestsite.com/portal/companies/companies.html Debugger code (debug.datatables.net): <?php /* * Example PHP implementation used for the index.html example */ //...

View Article

Need to store both Null and 0 in database

Link to test case: https://joomrp.urtestsite.com/portal/companies/sites.html Debugger code (debug.datatables.net): Error messages shown: There is no error message Description of problem: When editing...

View Article


Dependent editor field not updated with $.ajax call in function

I have this method as a dependent call for fetching some data from the back and assiging the return value to "bezeichnung". The AJAX call is executed correctly, however there is no update of the field....

View Article

Datatables Editor - Custom color for select placeholder (value empty '')

I would like to style the placeholder of a select (default value empty '') (https://editor.datatables.net/examples/simple/fieldTypes.html) a bit different than when a value is selected. I've tried so...

View Article

Editor datatable field - how to use data from the row?

My table data looks like so: [ { "Id": 1, "Name": "Parent 1", "Children": [ { "Id": 1, "Name", "Bob" }, { "Id": 2, "Name", "Alice" } ] }, { "Id": 2, "Name": "Parent 2", "Children": [ { "Id": 3, "Name",...

View Article


Select2 Bootstrap5 Unable To Type In Input

https://live.datatables.net/hehoditi/2/edit Open the editor, click "priority" and try and type in the input. This is the select2 tagging option. See it work here: https://select2.org/tagging I have...

View Article


Editor doesn't respect default values when importing CSV files

Hi. https://editor.datatables.net/examples/extensions/import.html I have implemented CSV import copying from this example but there is this; after the CSV file is parsed, it loads the data into a...

View Article

Image may be NSFW.
Clik here to view.

Editor Editing single column for multiple rows

Hello, I am using datatables vue library along with the editor (v2.2.2). Here is the list of libraries I am using: import DataTable from 'datatables.net-vue3'; import DataTablesLib from...

View Article

Newbie Editor not editing misery

I am familiar with data tables but not with the editor. I want to edit a single cell in a row. I have followed the example in the manual....

View Article

Change active bootstrap 5 tab on field error

I have exactly the same problem as described here: https://datatables.net/forums/discussion/59394/editor-field-validation-in-form-with-tabs however with client side validation error I can't seem to act...

View Article


Display an LTR Editor dialog in an RTL page

Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: We have a dual language site where in the Arabic version we need to display the Editor dialog in...

View Article

Bootstrap 5.x inline checkboxes

Link to test case: https://live.datatables.net/kumiwisi/3/edit Hello all. I have set up a test case above. I am not sure why the edit feature isnt working but if you click New it brings up the editor...

View Article


->data() with custom validation and throw message...?

Hello, i use datatables editor with ->data()... $data = Editor::inst( $db, 'MY_TABLE', 'Id' ) ...shorted... ->process( $_POST ) ->data(); // Additional example data... $addtionalData['foo'] =...

View Article

Can I set to duplicate entire record when in Duplicate as I only have...

{ extend: 'selected', text: 'Duplicate', action: function (e, dt, node, config) { // Start in edit mode, and then change to create editor .edit(table.rows({ selected: true }).indexes(), { title:...

View Article


Uploading with left join

I have the following c# code: editor .LeftJoin("certificates", "certificates.Id", "=", "events.CertificateId") .Model<Certificate>("certificates") .Field(new...

View Article

[.net] File Upload custom action

In this topic https://datatables.net/forums/discussion/comment/196440/ I read this comment: Hi Vincent, Good to hear the patch worked - thanks for letting me know. That particular method isn't possible...

View Article

Leave the editor window open after creating a row and do not reset the form

Hello, I would like to have the possibility to insert several entries with similar content one after the other. For this I wanted to replace the "Create" button with two buttons: "Create" and "Create...

View Article
Browsing all 3740 articles
Browse latest View live