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

Editor .NET - Dependent Field Nightmare

My use-case is very simple, but I have to write some very heavy .NET code to do a "dependent field" validation on my server-side. The usecase is: If IsVirtual boolean is provided and true, they MUST...

View Article


Image may be NSFW.
Clik here to view.

Editor/DataTables pulling back 100% of rows.

I notice my response contains 100% of rows, theres no information on totals or draws. It does not seem to be respecting the server-side nature. Also if I do serverSide: true, my table never shows any...

View Article


Editor .NET - Optimize Distinct for duplicate tables

The following code results in multiple DISTINCT to same table: .Field(new Field("InventoryServer.OSLevelId") .SetFormatter(Format.IfEmpty(null)) .Options(new Options() .Table("Product") .Value("Id")...

View Article

Image may be NSFW.
Clik here to view.

Editor .NET - MJoin + LeftJoin

Is there an example showing how to LeftJoin out to another table inside an MJoin? In my code I am trying the following: .MJoin(new MJoin("InventoryServerWarranty") .Set(false)...

View Article

select part of the DataTable process in Editor

Can I ask whether where clause can be used to select part of a dataTable to be processed in JS DataTable Editor? How can I add the filtering?

View Article


Special characters

On all of my Editor fields, when I enter a '&' it is treated as a special character; the text after the '&' is not captured. How can I enter special characters (in what essentially boils down...

View Article

Image may be NSFW.
Clik here to view.

Problems with editor 2.3.2

Good morning, I installed editor 2.3.2 with Datatables 2.0.4 via download builder as I normally do. Unfortunately with editor 2.2.2 and 2.3.2 the buttons disappear and chrome displays a whole series of...

View Article

Image may be NSFW.
Clik here to view.

Multiple progress indicator on one page not working in 2.0.6

If there are more than one processing indicator on one page, it seems to loose the grip of all of them and they never close. @allan , link to page in PM thread regarding header alignment. KR, Bjørn...

View Article


TypeError with editor mask plugin

Hello there, Today I updated the datatable version from 1.12.1 to 2.0.5, and editor from 2.0.10 to 2.3.2 I have noticed that in some editor instances that make use of a mask (field with type: "mask") ,...

View Article


Date entry Calendar pop-up

I have tested and found that date fields in scroll right pages can't have Calendar pop-up. It can pop-up without problem in the first page. Is that anything I can adjust?

View Article

How to Using Editor 20.5 in VUEJS 3 + VITE Project

Hello everyone, today I am trying for the very first time to use Editor in a VueJS 3 + Vite project. I'm facing an error that has been tormenting me for days. Reminder: I am the owner of a version of...

View Article

Editor.NET - MJoin + LeftJoin data?

I have fixed this bug in Editor.NET https://datatables.net/forums/discussion/78882/editor-net-mjoin-leftjoin#latest But I have yet to PR it, as I cant seem to get the LeftJoin data. For example: public...

View Article

How to get value from custom editor template into field

I have created a custom template for my editor where i have added a raidio button to get value, but some reason it does not take the value and return " "(empty string) all the time. I had try using...

View Article


Is it possible to access data from two tables in a single editor table?

Link to test case: https://joomrp.urtestsite.com/portal/inventory/parts_by_site.html Debugger code (debug.datatables.net): Editor::inst( $db, 'parts_by_site' ) ->fields( Field::inst( 'ipn'...

View Article

Is it possible to use both row reorder and first column checkbox inline editing?

Link to test case: https://joomrp.urtestsite.com/portal/inventory/parts_statuses.html Debugger code (debug.datatables.net): jquery: function () { var editor = new DataTable.Editor({ ajax:...

View Article


404 - The Editor .NET reference documentation

https://editor.datatables.net/manual/net/validation#Validation-reference-documentation click "reference documentation" 404

View Article

Image may be NSFW.
Clik here to view.

Editor Samples - joinArray.html has bugs with ServerSide: true.

Mostly, works. Edit joinArray.html and set to serverSide: true. Then click the "permission" column to trigger a sort. Why does sorting on Permissions break? var response = new Editor(db, "users",...

View Article


Is there a way to add many 'edit' buttons to provide high level features ?

Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi, We need to add many 'edit' buttons to provide high level features to our customer. For each...

View Article

Validation on dependent editor

Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi i use editor.dependent to hide or show conditional field based on value but i know how to apply...

View Article

Enter Data Into Two Different Tables From Single Input Interface

I am using Editor and I want to input data into two different tables from the same input form. One input box for one table and the other for a different table. I do not see an example for this. Is this...

View Article
Browsing all 3740 articles
Browse latest View live