Search
-
When I export to excel, I just get the first row of the query
by Rick33 ·$con = mysqli_connect($host,$user,$password,$database); if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit(); } $sql = "SELECT `Fecha… -
Inserting new row on edit
by globalplane ·To confirm my understanding of the issue - you don't want to actually update the main table - you just want to insert that an insert / update / delete was requested into another table, and then presu… -
PHP Error in custom upload function after updating to latest version
by wouter ·Hey all, -
Field type plugins integration with Vue Js
by allan ·We use v-once in the plug-in for exactly this reason. For inline editing, like you are using, I would expect that to work. -
DataTable Editor onBlur: 'submit' odd behavior
by bbrindza ·Here is the solution.. -
Inserting new row on edit
by allan ·I'll create a new thread for this. -
editor 2.1.2 upgrade, field plugin select2 error.
by wouter ·I think this could be the same problem i addressed here: -
Checking if user is logged in before inserting into database
by allan ·Are they allowed to read the data if not logged in? If not, then you could to header('Location: ...'); if they aren't logged in, effectively never allowing them to interact with this script. -
How can I get the Laravel relationship data in my columns?
by FoxRocks76 ·I've got this in my Laravel 5.1 blade view: -
Inserting new row on edit
by globalplane ·I'm running into a good amount of trouble trying to get this to work. I have this code in ->on() just as a test: -
Hello I ask how to change the default rows in entries.
by Calupazkarl ·$('#many-table').DataTable({ -
Editor - Upload
by dpanscik ·Getting closer to this working... -
Fixed header column is not working
by Dorababu ·I have a filter header with input elements where I applied fixed header column which didn't worked. I am getting the data from server side. Posting the code of mine -
Can I extract unique values from a returned data object?
by westtown ·Hi Allan, -
How i show default 10 rows data in datatable ?
by rashedk ·Hello expert, -
Cannot build evaluation version of Editor with Vite/Vue
by Janez Trtnik ·I'm using evaluation version of Editor in Vite/Vue framework and I've installed necessary packages. -
The POST action is being passed but POST data is empty after client edit
by glenbenson ·I need to write the backend in Java (Tomcat) I am using the datatables editor demo code to get up and running . After an edit (save on blur) I need to pass the data to my own code. -
Having trouble aligning data in footer
by kthorngren ·If you right click on a footer cell and inspect you will see the following CSS: -
Unable to access JSON Key value pairs
by apallav ·Hi, Me again. -
Pagination broken after jquery onchange kicks in
by allan ·Have a look at this FAQ which effectively addresses this issue.