pdf export
Hi everyone, help please modify the code. How to make it so when exporting to PDF, when in the column "Office" there is the word "London" it was painted in blue. I finde an example with a value but not...
View ArticleFixedHeader with Semantic UI sidebar
Hello there! Recently I faced a strange problem with datatables and semantic UI + FixedHeader. When the body has "pushable" (add by semantic UI automatically when the page has sidebar) the FixedHeader...
View ArticleDataTables Editor and plugin fnFilterOnReturn
I downloaded DataTables Editor today - Trial Mode - to try to integrate in my application. If I succeed I'll by a license. Firsto problem I got is that Editor does not work with the plugin...
View ArticleBotones en dataTables no funcionan correctamente
Buenas, necesito de su ayuda, tengo una tabla que según el archivo jquery.dataTables.min.js configuro para que me muestre una cantidad de registros. El problema está cuando voy a presionar un botón de...
View ArticleData tables not working for Ajax response, giving e[i] is undefined. Not able...
var Table; var Set; function mainTable(){ Table = ""; Set = ""; $.ajax({ "url": "MyURL", "type" : "POST", "success": function(json) { alert(JSON.stringify(json)); var tableHeaders; $.each(json.columns,...
View ArticleAndroid runtime exception
I'm working on a browser page that uses DataTables and loading data using Ajax/JSON. It works perfectly in the latest version of Chrome running under Windows 10, but not in Firefox, Opera, MS Edge or...
View ArticlePOSTGREST (REST services for PostgreSQL) using anybody and how?
Is there any chance to get postgrest.org/en/v5.1/api.html working with DataTables/AJAX? The response Format postgrest.org/en/v5.1/api.html#response-format allows results in an JSON array or return the...
View ArticleAjax Update Error on Data Add
I am trying to reload the data using ajax.reload() when adding new data in a CRUD interface using datatables, but I get a rather strange error in the console: jquery.dataTables.min.js:37 Uncaught...
View ArticleSearch by Colum
Hi, I want to enable inputbox to search for some columns, i enable search on columns but didn't work, any help ? HTML Code: <nav class="navbar navbar-inverse navbar-fixed-top"> <div...
View ArticleBeforeSend with jQuery DataTables
How can I use BeforeSend ajax property with jquery datatables?because my server side api want autharization..I used headers instead of BeforeSend but it gave 405 error that give 405 error...
View ArticleAdd filter to server side Datatable
Hello I have a wonderful datatable I would like to add more searching parameters (the same as the search text area or the row limit display) For example a select, that will send a new field in the ajax...
View ArticleAlways Shown Checkbox Not Displaying Properly
Thank you for the great table BTW. Datables 1.10.15 Editor 1.6.3 I am trying to apply these: https://datatables.net/blog/2014-09-09 https://editor.datatables.net/examples/api/checkbox.html What I end...
View ArticleDifferent AJAX queries for DataTable and Editor
I have some complicated data that I'd like to show in addition to the data that's available to edit. In this specific case, I'd like to show a table that acts as a scoreboard where the game data is...
View ArticleUpdate Table after server side filter
I made a nice search filter that sorts my table out. The issue is that it calls a function when I select an option and if I try to update, delete or add an entry it does not update it in the table...
View ArticleEditor: File Upload. How to show the uploaded file's name with hyperlink to...
Hello friends, In Editor's File Upload example, the image is shown in the table (snap shot below). Instead of showing the uploaded image, I would like to show the uploaded file's name with hyperlink to...
View ArticleEditor install.js "Given file is not a zip archive"
Hi, I am following the instructions to install Editor at https://datatables.net/blog/2017-08-31 but when running the "node node_modules...." command in the command window, I get the following error:...
View ArticleRetry fetching data (server side)
Hello, I found no solutions on the forum. Is there an option in datatable to auto retry the fetching data from server (datatable ajax call) if lost connection ? If no options, how I can do that ? Thank...
View ArticleEditor: How to extend the table width
Hello! How can I extend the Editor's table width. As screen shot below shows, the column width are too narrow. I need to extend table's over all width. Thanks so much! Alan
View ArticleSearching for an experienced developer
project details below https://paper.dropbox.com/doc/datatables--AOGMHZfjN4_WRrILi8Bp5dINAg-8cqmIzpXxGiH7SanE1Q0S Please provide an estimate as to the amount of time necessary to complete this project....
View Articlehow to show lenghtmenu at topright corner?
$(document).ready(function() { $('#example').DataTable( { destroy: true, lengthMenu: [[10, 25, 50, -1], [10, 25, 50, "All"]], dom: 'Blfrtip', buttons: [ 'copy', 'csv', 'excel', 'pdf', { extend:...
View Article