window.open() rather than ajax url
I am trying to get the result of submit() from an editor call to cause a window.open() to get the result of the GET call to an URL. Here is what I have that does the GET request, but of course...
View ArticleEditor bootstrap not styling properly
Hello I am using datatables and datatables editor in my application, with bootstrap styling. I have one table using editor and bootstrap, and it's not styling correct. On top of the table,...
View ArticleRemove Update button on Editor - ReadOnly Editor View
I'm creating an Editor instance that is read-only. I disable each field via a call to <code> editor.on( 'open', function () { editor.disable( 'field1' ); editor.disable( 'field2' ); } );...
View ArticleColumn label appears just above control during inline edit.
I deployed my site to our development server and now I am seeing different behavior than in debug in my IDE. I am using inline editing and have submitOnBlur set to True. When the editor displays the...
View ArticleUnable to create a NEW location.
Allan, I have to ask you to help me with this problem. I have tried to solve this and have looked at your examples in Editor and Joins but I am not sure what I am doing wrong and I know that what I am...
View ArticleHow do I get rid of a zombie datepicker calendar after a bubble call?
My debugger code is utamij I am using server-side to ColdFusion, although I don't know why this would make a difference in this case. Everything works fine with this code to edit a date cell in the...
View Articleformat data from server
I receive an 'amount' from the server as an integer (ex. 1000) I know using the render method I can change its display format in the table, however, I would like to change the underlying value client...
View ArticleUpload plugin not working correctly
Every time I edit a row to upload a file to a row, it ends up changing the date to null or start of SQL date. I can not figure out why it is passing date even though I have told it not to. I created a...
View ArticleSqlserver Serverside Processing
Does SqlServer + PHP still require SQL SERVER 2012 for serverside processing? I have a client who has the legacy version (and loves it) and wants to upgrade all functionality but is running 2008. Thank...
View ArticleUpdate editor select field ipOpts from Bootstrap Modal
Hi, I'm trying to update the options for an editor select field from a Bootstrap modal. I can target the datatable using: var table = $('#example').DataTable(); and then do something like:...
View ArticleDoes Datatable's Editor component support updating rows with composite...
I have an application that uses multiple fields for the primary key. Is this supported by DataTables? For example: Customers 1/2/3 etc But for invoices the data looks like this: Cust:1, Inv;1 Cust:1,...
View ArticleSlow processing of the include of the "DataTables PHP libraries"
When profiling the speed of the connection from my editor tables to the backend I´m getting a quite high delay in the include of the DataTables.php file : ´´´ include(...
View ArticleServerside processing + Search textbox + Generated content for a column
Is it possible in the EDITOR to use at the same time: Serverside processing Search textbox Generated content for a column I have serverside configured with the POST as the type for the AJAX): "ajax": {...
View ArticleSuggestion for Datatables Editor Demo Improvement
Hi, I just struggled with this for a bit so I wanted to post a suggestion to help others. I downloaded the PHP version of the datatables editor demo. I did not find an index.html in the root of the...
View ArticleAutocomplete result does not appear in full row editing mode
I am using the exact example per the user guide for the autocomplete plug-in for the editor. It works great in in-line editing mode - whereas the autocomplete is filled in by the source. However, the...
View ArticleLet the editor create the form based on Ajax
Hello, I have a datatable and within this table only a small part of my data is shown. To preserve bandwith I only send the data that should be shown in the datatable. When I edit however it should...
View ArticleUnable to return a checkbox value to server ,,
I'm playing with Editor and using my own client / server implementation .. I'm using bootstrap (jic !) .. My script is shown below .. var editor = new $.fn.dataTable.Editor({ ajax: { "url":...
View Articlecreating new row returns wrong row by using SQLite as database
I'm using Editor 1.4.2, SQLite DB and .NET framework. Everything seems working as expected except creating row. When I creating new row, it creates new row correctly in the database, but it always...
View ArticleCustom plugin with two datepickers
I have tried creating a plugin to extend the current bootstrap datepicker field type. The reason for this we to have to datepickers for one cell (one column in a the database), w/ a start and end date....
View Article