multiple conditions for a single join statement in Editor
Hi, Any news on this option: https://datatables.net//forums/discussion/comment/68116/#Comment_68116 Thank's
View ArticleHow to style Inline Editing with Bootstrap
Hi All, I'm struggling to style 'Inline Editing'. I'm trying to set the padding of the parent td of DTE_Inline to 0px; . At the moment jquery.dataTables.min.css defines the following: table.dataTable...
View ArticleUpdate select options, losing the field when submit
HI, I need to add assistant, update the options of the select with a list of all assistant available dynamically, I'm building the editor, calling in ajax the list of assistant, and updating select...
View Articlere: Use of SQL INET_NTOA in joins
This is in reference to: https://datatables.net/forums/discussion/24021/use-of-sql-inet-ntoa-in-joins The method Allan suggested works well for IPv4 but can't handle IPv6. The formatter below will take...
View ArticleUse of SQL INET_NTOA in joins
Hi, I have a database with ip addresses stored as integers. Usually i select these out using: select INET_NTOA(ip_address) as dotted_quad..... However, this seems to cause a SQL failure when used in a...
View ArticleInline editor. How to avoid column resizing
Hello, I prepared inline editing for a table. Everithing works but when I click on the table the text edit box is getting really large and the entire column is resized. This is diturbing a lot the...
View ArticleWhat is Editor for
Hi! What is http://editor.datatables.net/ for? Is code generated with Editor different than coding it from jquery.datatables.js? OR is it just a tool to generate CRUD for non-developer people? I want...
View ArticleEditor data error handling
From the https://editor.datatables.net/reference/event/submitError documentation for the submitError event, the description states: "This is fired when data has been submitted to the server but an...
View ArticleCompatibility with MS Edge
Hi There, I have tried following this example: https://editor.datatables.net/examples/extensions/keyTable.html I have made a simple app in Rails 4.2 that lets you edit a list of books. When I try to...
View ArticleMultiple Row Creation w/o submit
Hi Allan, is it able to create multiple new rows without submitting each in silent (do not show form) mode. I want to avoid a table draw for each new row, which leads to an incremental trigger of the...
View ArticleComma Separated String as DataProp for Checkbox (Multiple Select) in Editor
Hello Allan, What is the best possible option, when using an Editor to edit a record that requires multiple choices for a field. For Example : Schedule Delivery Day : [] Monday [] Tuesday [] Wednesday...
View ArticleUpdate A row with client side ajax implemetation
Hi, We are trying to achieve the same behaviour like this example: https://editor.datatables.net/examples/inline-editing/simple.html where an update to a cell returns from the server the updated row...
View ArticleColumn search in editor column of type 'select'
Hello Allan, I have a column of type 'select' in my editor instance, which is populated by the controller with integer IDs as 'option' value and strings as 'option' text. Now when I try to search in...
View ArticleHow to Submit Data in Mjoin Link Table
Hi Allan, According this example , and my question here, i need to submit data to the link table between 2 tables (create button) Let say I have table | field - act_log_header | act_log_id -...
View ArticleUsing datatables for a "in-memory" table.
In my app there is a part where the user adds products for a sale. When adding items a table in same the page is filled. This is a temprary table that need to be used only one time (just for that sale)...
View Articlefield().multiSet() with html5 date field
I am having an issue with field().multiSet() and html5 date field. In my dataTables I created html5 date fields like this: { data: "work.dateTimePlaced", "render": function ( data, type, full, meta ) {...
View ArticleEditor inside modal
Hi I'm developing a site using microsoft mvc and bootstrap I've a datatable inside a modal pop-up. Everything it's ok until I try to edit/add/remove a row using the editor plugin. The "editor" is shown...
View ArticleHow to change error message in lightbox upon Ajax submission error?
Hi folks, Simple question: for Datatables Editor used with the lightbox, if there's an HTTP error code in the response, Datatables will simply show an error message saying to contact the system...
View ArticleHow to add to an editor WHERE clause
I have the following code and it works fine, however, I need to add something extra to the WHERE clause, specifically, limit the query to include checking a date column only for entries that are...
View ArticleAdding a Custom Button
Hi, I had a working custom button which used "TableTools" to perform an action on all the rows of a table - a check box in each row was either checked or unchecked when the button was clicked, and the...
View Article