Searchpane issue with cascade and ajax reload
As mentioned in the Searchpane-feedback thread, there's a performance issue (pretty intense issue in fact), appearing when using cascading panes along with data.ajax.reload() (see here for further...
View ArticleRight align PDF export column when using AJAX workaround
I'm successfully using this workaround for exporting all AJAX records from a paginated table. I'm unclear though how to access the recordsTotal value returned from that AJAX request to use as my...
View ArticleProcessing Load very slow takes more than 30 seconds
Hello, I have been trying to load the content of a single query for days, I have tried both from the server side and directly and both do not work take the same. I have incorporated the "scroller"...
View ArticleHow can I show quantity of child records without deleting child records when...
Reference: https://editor.datatables.net/examples/advanced/parentChild.html Is there a way to set up the same example without the child records being deleted when I delete a Location? I want to show...
View Articleshow only export buttons
Hello, I was wondering how to hide the datatable ( the table, the search bar etc. ) and only show the dt-buttons for export (copy, pdf, excel...)? Thank you !
View ArticleDataTables: checkbox filtering
I’m using data-tables to display approximately 50 records, I would like to filter the data with a checkbox i.e. if checked only display the records containing GMX My checkbox is outside the datatable,...
View ArticleAnimated highlighting when a new row is added via AJAX
Good evening (o; As I also use now datatables for displaying visited products/search expressions on our online shop in a dashboard I would like to know of there is an option or are any plans to...
View ArticleGrid resize is slow
This is 5000 rows X 20 columns. I already using minified css files. But it is taking around 5 sec to resize. Whole web app is unresponsive during these 5 seconds of resizing. Is there a way to show...
View ArticleImport contacts
I am working on an application that users work through their data an then it exports in the proper format to input into a different system. I am playing with the idea of letting users import a csv, but...
View ArticleTriggering column-sizing on search
I have a grouped Datatable for which I've painstakingly placed fields aligned to table content on the grouping rows. The alignment is accomplished in ".on( 'column-sizing.dt'" trigger. Performing a...
View ArticleCreate temporary example entries that clear
I was hoping to create 3-5 example entries in a table to help the user figure out what they should be doing. I want this data to clear when the user adds their first actual bit of data. Any thoughts on...
View ArticleSearchpane error
Good day, I tried to put the "searchpane" option and appeared this error
View ArticleGroup by SubTotal and Heading Print on Top of that Group
$(document).ready(function() { $('#example').DataTable( { order: [[2, 'asc']], rowGroup: { startRender: null, endRender: function ( rows, group ) { var salaryAvg = rows .data() .pluck(5) .reduce(...
View Articleusing columnsToggle to hide columns but not remove them from the DOM
Is there a way to use the columnsToggle option, but have the toggle hide columns instead of removing them from the DOM? The reason I ask is I need to assign classes to certain cells, and right now I...
View ArticleSearch name with apostrophe inside mysql datatable.
Hi, i'm using datatable plugin and works well except when i try to search records that contains apostrophs. The problem is that the $requestData['search']['value']) doesn't pass the apostroph from the...
View ArticleHow can close child rows on change page?
Hi i've a child rows from ajax call. I need to close all child opened when user change page. How can do it? Thank you
View Articlehow takes multiple object in datatable
I return this in the controller. return Json(new { listOfPath = test, data = listUser, draws = draw, recordsFiltered = recordsTotal, recordsTotals = recordsTotal }, JsonRequestBehavior.AllowGet); in...
View Article.net oracle connection
I am trying to connect to an oracle database in my .net project. I am getting an error in the line using (var db = new Database(settings.DbType, settings.DbConnection)) error is: unable to find the...
View ArticleAdding data attributes depending on ajax data
Hello. I want to pass a data to my Datatable with structure like this [{mainValue: 1, additionalValue: 'one'}, {mainValue: 2, additionalValue: 'two'}... and so on] and then in resulting table get a...
View ArticlePassing an async function to settings.ajax causes error when reload is called
Passing an async function to settings.ajax causes an "xhr.abort is not a function" error when reload is called: Testcase: http://live.datatables.net/kevuqoro/1/edit?html,js,console,output Code var...
View Article