Bizarre sorting problem with 1.9.4 and jQuery 1.9
I've noticed a weird bug when using custom sorting with dataTables 1.9.4 and jQuery 1.9. When using the text from the DOM to define the sort order, using something like the following:...
View ArticleAppend to my table, new data from server-side
Hi ! Thanks for this plugin, it's totally Awesome ! My server is very slow ... And i can't change it.. So when i load the datatable, i must develop an functionalities for append more data to the table...
View ArticleAccessing filter information from multiple dataTables on same page
Debugger code: ekamut I have six uniquely-named dataTables on one page, with each table on a separate jQuery tab. Each row in each table has an on click handler that takes the user to a form where they...
View ArticleIntegerating with Yii (PHP)
Has anyone had any success integrating this plugin with Yii? I see that Yii has an extension eDataTables but can't seem to get it working correctly.
View ArticleChanging pages automatically unchecks checked boxes in column (Chrome,...
Hi, I have a table (server-side populated) with a checkbox column. By default, they're set to unchecked. The problem is, when I check the boxes and change pages, the datatable does not preserve which...
View ArticleMissing Settings Objects On Initial Page Load
Hello DataTables Community, I have an interesting one for you all today. I have a page that contains 11 separate tables that I am using the DataTables plugin with. There is one on the main page, and...
View ArticleGlobally change default oLanguage
I'm trying to globally change the filtering info for all datatable instances without having to edit each one. I was trying this: $.extend( $.fn.dataTable.defaults, { "oLanguage": { "sInfoFiltered":...
View ArticleWhat is the mime type of the csv file generated by the table tools plugin ?
What is the mime type of the csv file generated by the table tools plugin ?
View ArticleWarning in IE only: DataTables warning (table id = "{}"): Requested...
Wanted to put this up here for archival purposes, in case anyone else runs across this issue... I've spent the last two days trying to solve this crazy warning alert that kept popping up ONLY when...
View Article<table width="100%"> vs <table style=" width: 100%...
Post is with respect to datatables and accompanying css version: 1.9.4 So I've encountered some rather weird behavior (fix included). On my fluid layout page I have a table which gets datatable applied...
View ArticleProcessing message not showing (largish table ~3000 rows)
I've set a version of $('.dataTables_processing').css('visibility','visible') in several places ('fnPreDrawCallback', th click event, etc), but it never shows, unless I interrupt the browser with an...
View ArticleSort spring form:checkbox column
Hello everyone, I was successfully able to sort a regular vanilla HTML checkbox column using the following code: $.fn.dataTableExt.afnSortData['dom-checkbox'] = function ( oSettings, iColumn ) { var...
View ArticleHTML and Number Formats
Hey everybody! I am running into an issue where i can't seem to be able to format numbers that have HTML strings along with them. There was a similar thread that talked about HTML strings, links in...
View ArticleSorting breaks jquery set CSS
I've had to do some CSS changes using jquery after the initialization and I got it all looking and functioning the way i want it. The problem is, upon sorting the table, the CSS breaks and reverts back...
View ArticleChanging the standard modal dialog form
Hello all, I'm able to make changes to the layout via CSS commands e.g. div.DTE_body_content { height: 600px; width:1000px; overflow:scroll; } I want the following: * How to allow the end-use to resize...
View ArticleDataTables with MVC4 and large data (200,000+ records) using VS2012 C#
I'm getting an out of memory exception. I know I need to use server side processing, but I'm still pretty new to jQuery. Does anyone have an example that I could use to model after? I also had a data...
View ArticleCan't sort in the millions
I'm using DT vs. 1.9.3 and I can't get numbers to sort in the millions. It only wants to sort the first 2 digits. I've tried every plug-in available but keep getting the same results. I checked and...
View ArticleHow to pass a callback to be executed in the mRender?
Hi, I want to pass a callback in the result of the ajax call, something like this: { "aaData": [ [ "1", "Internet Explorer 4.0", "Win 95+", "4", "X" ], [ "2", "Internet Explorer 5.0", "Win 95+", "5",...
View Articleremember previous settings with page loads
I would like datatables to go to the state it was in the last time I had the page open. The parameters I'm interested in are Page, Sort Column, Sort Direction, and Previous Search Criteria. I see that...
View ArticleAutomatic Column Resizing
I'm using version 1.9.4 and have a jQuery datatable inside another plain HTML table. Inside my jQuery table are <select> and <input type="text"> elements. The options within the...
View Article