precisions about dependent() 2 questions.
Hello everybody. First: Anybody could explain me the difference betwwen 1) editor.dependent('individual.id', console.log('tata'), {event: 'change'}); and 2) editor.dependent('individual.id',...
View ArticleEditor 'cols' attribute for textarea not being recognized
When I use bubble editor on a textarea field, the size of the textarea is much too small for editing. The rows attr is being applied, as well as the cols, but the size of the lightbox isn't changing....
View ArticleEditor doesn't scroll
Hello, the editor modal window is longer than the available page height therefore the top is hidden and it doesn't scroll. The content inside the window does scroll and the page behind it scrolls too....
View ArticleInline edit, presubmit .error validation issue
I'm using datatable editor with inline editing. When I make an edit on a row I use "allIfChanged" to submit my entire row and update a record on my server. Before submit I do some client side field...
View ArticleEditor+select2+ajax set default value to select2 when datatable row selected
Steps: Data-table with editor has multiple select2 in form. ->select2 is binded data with ajax. ->when datatables->create is called new form with select2 works fine , shows autocomplete...
View Articleselect2 createTag issue with editor
Trying to get select2 createTag to work per https://select2.org/tagging. I get error at dataTables.editor.js line 5275 because canReturnSubmit not defined for the field. found...
View ArticleDatepicker All Options Available
I would like to set Datepicker options for a date field, are all the jQueryUI Datepicker options available? I am loading the jQueryUI Datepicker, so I assume that is the datepicker the Editor is using....
View Articlecontinuation to select2 edit default value:
continuation to https://datatables.net/forums/discussion/52203/editor-select2-ajax-set-default-value 'set' have to be in "opts"? can i see any example ,below code didnt helped.. { "label":...
View ArticleDate field modify data
I have a date field that I want to accept different input styles for. Where would I intercept the value before it gets sent to the server for inserting into the database? I am looking at the Editor...
View ArticleDate and Time Picker Program
I have a field that I need to enter both date and time for. Right now I specify a "date" field type so the jQuery UI datepicker is used, but I would like to use datetimepicker (which is an add-on to...
View Articleselect2 as first field does not show focus
reference http://live.datatables.net/danosiyo/1/edit I have a similar form in my application, with select2 as first field and date as 2nd field. I would like the first field to be focused, but don't...
View ArticleUpdating other fields in Database - based on select
Hi Everyone I've just used the bar bones of the editor to update tables I need to edit and its working great (using in-line editing). However, I'm not sure how to move forward on this. I have a screen...
View Articleuncaught exception: Unable to automatically determine field from source.
Hopefully this will be a quick fix... hopefully Full error I'm getting: "uncaught exception: Unable to automatically determine field from source. Please specify the field name" I have a datatable with...
View ArticleEditor, inline editing, and AutoFill
Are there any caveats for using Editor with both simple inline editing and AutoFill? We have users who would like both inline editing and Autofill capabilities and I wanted to make sure there were no...
View ArticleHow to set title for editor pop-up window
Hi! I have the following code: // Create editor tanksEditor = new $.fn.dataTable.Editor({ table: "#tanks" }); tanksEditor.add([{ type: "select", label: "Fuel grade", name: "fuelGradeId", options:...
View ArticlePattern to launch form from other form?
I have a backend database with a clients table and an events table. From the events table view, there will be an create/edit event form with select field to select an existing client. But if a new...
View Articlehow to set editor-field required attribute and html5 support(types such as...
some one give me examples, appreciate!
View ArticleHow to control editor window width with jqueryui / editor template
Hi Allan, I am using jqueryui, and have a complex form I want to use an editor template with. Following the instructions at https://editor.datatables.net/manual/templates I created a template, but...
View ArticleNode.js datatables editor - Complex left join not working in node.js
I'm using the node.js datatable editor library. When trying to do a complex left join 'portfolios_isin_mm.isin AND (securities.mic = portfolios_isin_mm.mic)' ... like this: let editor = new Editor( db,...
View ArticleNode.js datatables editor - Filter select option depending on a certain value
I'm using the node.js datatable editor library. When trying to filter the select options depending on a specific user_id ... I'm getting TypeError: this.where is not a function I already posted the...
View Article