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

Copy search box data from datatable input to field in create editor instance...

Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem:

View Article


InlineCreate after inline edit a cell

I have a datatables with this Options: formOptions: { inline: { drawType: "none" } } If I click at a cell (lets call cellA), it converts to an input and I can change the content. Next I press enter key...

View Article


Two different columns with options

Hello! I have two different columns with options to a same table and same value. The problem is, when data is load on the second column the value that shows on row is the LastName from the FirstName...

View Article

Issue with dependent() and inline editing

Hello there, I am wondering if there is a way to debug the dependent() field function when using the cascading lists? The problem that I am having is that when the table and editor are initialized, the...

View Article

Editor example for Nested Editing broken?

Hi, I tried to see if nested editing would work for my application, but I can't get the example page to work. The editor dialog comes up but will not allow me to modify the nested selections....

View Article


Uncaught ReferenceError: Editor is not defined

I just upgraded to editor 2.2.0, everything seem to work correclty (can edit collumn value with php editor...) but i still have this error in my console : Uncaught ReferenceError: Editor is not defined...

View Article

"Uncaught ReferenceError: Editor is not defined" after upgrading from Editor...

I just upgraded from Editor 2.1.3 to 2.2.0 and get the following error in the console on every page the Editor is included: Uncaught ReferenceError: Editor is not defined at...

View Article

Need to respond to the button on the "popup" edit form that updates or saves...

I would like to know when the button that saves a new record (Create) or updates an existing one (Update) receives focus as the user tabs through the form. I need it to change an image I have on the...

View Article


Datatables editor, connection to external database

I have the following code on a controller. include( "../lib/DataTables.php" ); // Alias Editor classes so they are easy to use use DataTables\Editor, DataTables\Editor\Field, DataTables\Editor\Format,...

View Article


Decimal places with DOT

Hello! I'm using C# and ASP.NET CORE 6.0. Code: .Field(new Field("Analytic.AnalyticPercentage") .Xss(false) .GetFormatter((d, t) => Utils.SetDecimalPlaces((decimal)d, false, SymbolType.Empty))...

View Article

How do you set up a select list to view images, thumbnail images in the list?

I have a select list with a field $section_bg_image. It gets populated with a list of thumbnail images. With the images as ordinary text filenames it works to populate the list. If you know what the...

View Article

View/popover view of table-view render

For galleries I set up a shortcode function. In table view it list the function, filename, limit,roworder, and many other fiends. I am displaying that with render. This works fine, however there are...

View Article

django and editor

hello i want use datatable with django API the jscode is // Searchbar class DataTable.ext.classes.sFilterInput = "form-control"; var editor = new DataTable.Editor({ ajax: { // create: { // type:...

View Article


Open editor form with row id - How to do this?

Hi, I have a datatable with a col named "actions". In this col is an icon for editing. If I click this icon I would like to open the editor form for this row. I searched a lot but don't find a working...

View Article

Editor 'set' method undefined

Hello. I'm trying to programmatically register a record in the database when a button is clicked, using the set method, something like this: editor.create(false); editor.field( 'username' ).set(...

View Article


Datatables Editor - Nested

I've been editing the Nested editing table in order to understand if it can do what I need, but i'm having no luck finding out. I have a table with a list of customers. table Customers: fields: id,...

View Article

Multi level form with 2 children - is this possible?

We have a nice multi-level form,. Load the parent table Select a parent row Child rows display if any exist Can add new children Taking this one step further, is it possible to set it up so that when...

View Article


Why are a incomplete number of records available in a HTML table created...

Link to test case: Below are the files: table.personnel_w_termination.php <?php /* * Editor server script for DB table personnel_w_termination * Created by http://editor.datatables.net/generator */...

View Article

Getting a list of Editors on the page

I know I can use this function to get a list of the DataTables, $.fn.dataTable.tables(), but is there an equivalent function to get a list of the Editors? I've looked through the $.fn.dataTable.Editor...

View Article

Set Editor defaults

For all my Editor forms, I'm trying to set the default for formOptions.main.onBlur to 'none'. I've been through a half a dozen or so variations of the following, but don't seem to be able to stumble...

View Article
Browsing all 3740 articles
Browse latest View live