Editor v1.5.0 make duplicated rows when create new row
Hi All Here I have an odd question when I modify my code as the Editor plugin upgrading from v1.4.2 to v1.5.0. All the existing rows get duplicated when I try to add a new row whenever I use the native...
View ArticleEditor tabbing issue
Hi, I'm using editor, inline editing and keys to allow tabbing across the table. If I dictate the clickable columns as so - columns: [1, 2, 3, 4, 5, 6] everything is fine. If I dictate the columns as...
View ArticleIssue with two editors on one page
Hi, I've an issue with having two editors on one page using in-line editing. If I'm editing a cell on one table and then click on the second table I get an error. "Uncaught TypeError: Cannot read...
View ArticleEditor form shows multiple values on edit, (with single row selected)
I am just starting with editor 1.5 (php) and have a table with date values. I can add and edit a single row, no problem If i add a second row, when i try to edit it, my editor displays 'multiple...
View ArticlePrevent DataTable reload after in-line edit
I am loading my datatable via a server-side ajax call (serverside option set to true). However, I am overriding the Editor's ajax call to save edited data on client-side until the user presses a save...
View ArticleSelect input not working in editor
I've added a select type input for one of the cols in my datatable but I can't seem to get it to update when I change the value, it just switches back to what it was originally. My code at the moment...
View ArticleError when adding record if Trigger exists on SQL DB
With editor, if I add a record to a table that has a trigger, I get the following error - "The target table 'TableName' of the DML statement cannot have any enabled triggers if the statement contains...
View ArticleCan I use Editor to add a master/detail combination?
I wonder if I can add an order master record and one or more order details records associated with the master record. I can see examples of child records, but not Master/Details Regards Pete
View ArticledisplayNode() not working with Bootstrap Displaycontroller
Hi Allan, I was excited to see, that since editor 1.5 you can easy access the modal node. However using this function results in the following error: TypeError: this.s.displayController.node is not a...
View ArticleNon-DB temp-tables.
99% of everything I have done so far with datatables involves live data on a MySQL server, but I am in a situation where it would be nice to have "off-line" tables. Is such a thing possible? Please...
View ArticleEditor is undefined
When attempting to use Editor I keep getting an error that editor is not defined, or that table tools are not defined. I have included all the appropriate JS and CSS files. I have been hitting my head...
View Articleeditor 1.5 data not refresh
when i upgrade my editor to 1.t the data now is not refreshing what can i do??
View ArticleAny Tree field plugin
Does anybody know the tree field type plugin for the Editor? Maybe jsTree?
View ArticleIs there a way to add input type that allows input arrays?
I need to be able to have multiple text inputs, but all with the same name, but as an array, like this: <input type="text" name="data[]" id="data-1" /> <input type="text" name="data[]"...
View ArticleNot able to access web path in "Display" function
I keep getting the error that "row" is not defined in the "Display" function. Here is my JS: var authorEdit = new $.fn.dataTable.Editor( { ajax: { type: 'POST', url: 'php/author-rest.php'}, table:...
View Articleadd browse Button
is there a way to add browse dialog to the editor instead of upload Files?
View ArticleDisable inline editing
Hi! I have a question about inline editing. I have page with inline editing working; it works great. I'd like to disable editing based on user action (basically the user can lock/unlock the page the...
View ArticleRefreshing child rows
Hi, I am using child rows and I have set an editor to change its data. Now once the child data is posted back to the database I do not know how to refresh the child row content. how should I do the...
View ArticleHow disable warnings while multi editing
How can I disable additional warnings and undo- mechanism while muti-row editing?
View ArticleProblems with file upload + edit form hanging on submit
Hi there! DataTables/Editor newbie so sorry for any stupid questions :-/ I can't provide live link in a public forum but can in email. I've used the debugger, the code is ewiyed. I have an editor...
View Article