Quantcast
Channel: Editor — DataTables forums
Browsing all 3740 articles
Browse latest View live

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 Article


Editor 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 Article


Remove 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 Article

Column 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 Article

Unable 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 Article


How 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 Article

format 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 Article

Upload 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 Article


Sqlserver 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 Article


Update 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 Article

highlight edited row

hello How highlight the row after it was edited?

View Article

Does 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 Article

Slow 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 Article


Serverside 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 Article

Suggestion 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 Article


Autocomplete 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 Article

Let 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 Article


Unable 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 Article

creating 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 Article

Custom 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
Browsing all 3740 articles
Browse latest View live