How to prevent memory leak when using Jquery - datatables (ie7)?
I am using datatables in my Javascript application but when rendering the DOM, memory of IE grows up like anything. Memory doesn't come down even after clearing the datatatables element from DOM. I...
View ArticleIE outline dotted, how to hide it?
I've tried to include the following style: input { outline: 0; outline-style:none; outline-width:0; } It's not working, should I change the DataTables default CSS files? Is there any alternative to it?
View Articlepassing variable to aoData.push
Hi, I am passing on variables (something like - filename.php?val=1&val2=2) from server side processing(datatables1.html/data.php) to another datatables html file(datatables2.html). Since I am...
View ArticleDestroying and Reloading a DataTable
Allan, I am currently implementing the following pattern. 1. Fetch data from the server 2. Using a JS templating engine (EJS) I generate the HTML for a table 3. Then I convert the table to a DataTable...
View ArticleFooter callbacks and multiple rows
Hi Guys I started playing with callbacks today, mainly to calculate some column totals on redraw so I've been using the fnFooterCallback function. I have it working great totaling up some columns, but...
View ArticleFixed column size
Does anyone know how to fix left column widths so that they do not stretch, I tried using the plugin FixedColumns but we are hiding rows and columns, this plugin creates a clone of the columns to set...
View ArticleCustom server side requests
Hi, I'm using DataTables with server-side processing, I want to export the current list of entries (all sites, which the client doesn't see at this moment) by generating a csv file and offering it for...
View ArticleWCF and JSON format - anyone have a good solution?
I've seen this example (http://datatables.net/forums/discussion/828/x) but I'm trying to use $.ajax() to get my JSON, then use that object in my dataTables() jQuery ie I'm not using any client side...
View ArticleCan someone explain how this works?
I'm working with the plugin for individual column filtering, and there's a part of the code that I don't understand: $.fn.dataTableExt.oApi.fnGetColumnData = function ( oSettings, iColumn, bUnique,...
View ArticleHow do you use mRender to keep a row visible
Hi, Depending on the content of my column (isNaN) I would like to keep the row visible on the screen no matter what the filter criteria. The only way I could think to do this was to return the value of...
View ArticleNext Page link is always active!
So if I have just few rows of data and everything is on a single page, the next page button (link) is still active (in blue color). If User click on it nothing happens - nothing should happen anyways!...
View ArticleVertical Scrolling problem in IE
I am using Datatable JQuery version 1.9.3. I set some properties and tested on Chrome and Firefox. When came to IE 8 or lesser versions, vertical scrolling doesn't work. If sScrollY and bScrollCollapse...
View ArticleWrapping pagination div using the Bootstrap2 theme
Hey! I don't know if it's a bug but I noted that the div that is created to wrap the pagination feature (using the Bootstrap2 theme) doesn't have an ID like "<id>_paginate" (similar to...
View ArticleUsing aoData.push with POST
I looked everywhere and couldn't find an answer so I thought I'd ask! I'm trying to post the value extradata to the workouts.php file using the aoData.push. I can receive it in workouts.php when I use...
View ArticleDynamic scrolling
Hi , I want scroll bar to beenabled after 5 rows i.e. after 175px. (as per my code). This is done .But when i want to display just 2 rows ,the height should be "auto" not 175px as fixed . I tried with...
View ArticleSorting in HTML tags (Example included)
Hey, Cheers for the plugin, really helpful on report-y type internal sites with data all over. I'm having a problem with sorting with HTML tags however. Please see rating column @...
View ArticleHow do I setup the top margin of buttons? Please Helpp mee :((
http://www.flickr.com/photos/94850915@N03/8641980787/in/photostream
View ArticleShow custom message
I have a situation where I would like to display an error message in Datatables telling the user that they've retrieved too many records. This would be similar to the "No data available in table"...
View ArticleSubmit Button in TableTools
Hello, I need to have a submit button that call other page so I can work with the checkboxs values... How can I do this? Best, Sílvia
View Articleknockoutjs and datatables
anybody used these two together? i'm trying to figure out how to dynamically populate the datatables with knockoutjs observables. let me give a pseudo example: //i'll create an instance of a datatable...
View Article