How to keep Editor modal window open (single entry) for further editing?
Hello, I would like to edit a single entry and allow the user to submit the form without it closing thus allowing them to continue editing the entry/form. I have enabled this editor option:...
View ArticleMultiple Select - Increase size - number of options displayed
How can the number of options displayed in a multi select be increased from the default of 4?
View ArticleNonSql connection
Hi Allan Please, solve this cuestion to us. Can we connect to NoSql database with editor? Thanks for your help Regards
View ArticleCreate/Edit record using userid in PHP variable in DB column
I have DB columns 'updated_by' and 'created_by' where the DataTables userid (logged-in user) needs to be recorded automatically. The userid is stored in a PHP variable $user How can I put this variable...
View ArticleHow to know the field name of the column on which the inline edit has been...
Hi, I understand that I can edit only one field in an inline edit call. On the presubmit event, I am wanting to know which column, or field is being updated. I am trying to use modifier() but it gives...
View ArticleEditor lag whilst loading multiple hidden tables on the same page
I have 11 tables on the same page. All tables are hidden with JQuery hide() Individual tables are shown from a drop-down list $( '#program_levels' ).change( function () { $(...
View ArticleEllipis renderer - HTML Tooltip?
Is it possible to have the tooltip for Ellipsis render HTML content? columnDefs: [ { targets: 1, render: $.fn.dataTable.render.ellipsis( 200, true ) } ],
View ArticleIn table form controls - Issue with multiple table on same page
I am using In table form controls: https://editor.datatables.net/examples/simple/inTableControls.html Using this with multiple tables on the same page (tables are hidden by default, and shown through a...
View ArticleChange event seems not to happen with datePicker
I have three handlers for editor field changes. One is for a select element, one for a textarea, and one for a datePicker. The change event for the select element hits when an option is selected. The...
View ArticleEditor - Permissions to create, edit or delete records
Is there a way to set user permissions to create, edit or delete records and just have a read only permission?
View ArticleEditor in a child row
Seems like I've seen this example before on here but either I'm mistaken or I simply cannot find it again. Is there an example of presenting the Editor inside a child row just below the record itself?
View ArticleIs possible a "Show" button in the Editor that show fields in read-only mode?
Hi, Is posible to configure editor to show a 4th button "Show" so when clicked shows all fields in a form-like interface but only to read all fields values? For example, I show 4 fields in the table,...
View ArticleDelete Row
Hi, I was wondering why DataTables sends entire row data on delete as opposed to just the Primary Key. The best I could think of was that it is a security measure to check the row is identical before...
View ArticleEnhancement Request: More info on validation failure during Import CSV
Have made extensive use of importing data via CSV files as shown in this example. Works great. When the imported data is being validated, it would be nice to have the row number and field value being...
View ArticleeditOnFocus and keys navigation not working together
Good Evening! I'm using Editor and my tables use inline editing with editOnFocus = true. I also have the keys plugin on my tables for navigation purposes. What I would love to do is have a user be able...
View ArticlePopper Integration
Anyone know of an easy way to ingrate popper with Editor for better control of where the bubble editor pops up? The issue that I am having is that when I use the bubble editor on a horizontal...
View ArticleTarget only one editor on page to make multicolumn
I have a few editors on one page. When one table in particular opens to view/edit, I only want that specific one to be multicolumn. I am using the css properties found here:...
View ArticleC# .NET Web application Oracle Table with 500K rows
How do you suggest dealing with large datasets? By large datasets I'm talking about greater than 500K rows. Is there an example i can look at for .NET?
View Article.NET Serverside Processing: Database connection.
I have a project that uses web api and mvc. My connection string works fine I can connect and retrieve data from my actions. When i attempt to use the web api for server side processing of data. string...
View ArticleLoad LDAP datas to editor Input
Hello, i have a table with 3 simple columns: ID, Name and eMail. In the datatables editor i have only the input field "id". After entering the "id", i want to ask the LDAP if the "id" is right. If it's...
View Article