Rails refresh datatables
Hi I followed a railscast episode and got datatables up and running, beautifully along with the nice jquery-ui as in the front page. The main issue I'm having though is that I suck at CoffeeScript/JS...
View ArticleVertical Scrolling Messes up Column Header Alignment
Hi all! I'm using version 1.8.1 and am having nightmares over column header alignment with vertical scrolling enabled. After using various hacks to get this to work (looping through the scrollBody...
View ArticleFiltering and table displays with no records
I have the following code that is running to filter my records. I start with 20 records and based on what's filtered, this should filter it down to 2. When I step through, I do see that true is...
View ArticleServer side filtering error
Hello guys, I've got a problem using DataTabvle 1.9. I've created the server side script in php with all the filter operations,and the ajax interaction with the table. When I first load the page the...
View ArticleInitialize a table within a table
Okay, I'm trying to initialize a second DataTable on a page that already has one (literally one inside the other). The outter one works as expected, and is in var example1. The inner is to be...
View ArticleFILTERING DATATABLE WITH DROPDOWN IN SOME FIELDS
I have 5 fields, 2 of them I want that they are of type "select". But I have problems at the moment of filtering with the rest of fields. What can I do please?
View ArticlefnColReorderCallback is not called
(First, sorry for my English if it's bad, I'm French ^_^) Hi, the fnColReorderCallback is not called when a column has been moved. I'm using : jquery-1.8.3 Datatables 1.9.4 ColReorder 1.0.8 And others...
View ArticleDocumentation feature request : in which version appeared features
When reading the documentation http://www.datatables.net/usage/columns we can see that fnRender (for example) is deprecated. It would be nice to write since which version it's deprecated, like...
View ArticlePeformance in the IE WebBrowser control
Hi All, Has anyone managed to improve performance of datatables in the IE Web Browser control (hosted in a .NET WinForms app)? My basic use case is to update 288 cells of a grid without about 70 rows....
View Articleupdating rows after table is done drawing.
so i have a table that some language needs to be replaced from English to other language (and some other HTML tweaks). I use jQuery for that and find the appropriate columns to update. however, to...
View ArticleUnknown Parameter 0
Hello, I'm receiving the "Unknown Parameter 0" error, however I don't get the error on the first initialization. My document can contain multiple datatables, however this particular page only has one....
View Articlejquery 1.9 support on FixedColumns
The FixedColumns package throws some errors with Jquery 1.9 -- will this be updated soon?
View ArticleTableTools not sorting on Print View
Hello, I am trying to use Tabletools and everything works perfectly but the sorting of columns on while on print mode. I dont know if this has anything to do with the fact that the table is really wide...
View Articlefnfilter not working on site
Hello all, thank you for your help in advance. Trying to filter content of a column based on first letter but can't seem to get it working on my local machine even though it works on...
View ArticleReloading the table data when data is added, deleted or edited
I am having a issue trying to reload data in my table when entries are added, removed or edited. All these functions happen via ajax post calls in jQuery. I am using the fnReloadAjax plugin. Here's the...
View ArticleMisalignments in columns while paginating forward
I have misalignment between columns (having actual data) and columns header when paginate forward for the first time. That is if I have 4 pages when I click 2, 3 4 I am having misalignment. But when I...
View ArticleOR the values enter in the filter box instead of AND
Hello: Like the tittle says, I would like OR the values on the search box instead of AND'ing them. Any hints would be greatly appreciated!
View ArticlesSortDataType and aDataSort not working properly together on first sort
Please have a look at this example: http://live.datatables.net/exilof I am trying to use aDataSort for column 3 to sort by column 3 and then column 1 where both are using a custom sSortDataType. If you...
View ArticleAdding filter makes the columns larger
Hello, when I add a filter to a table it makes all the columns wider. Is there a way around this behaviour? $("#tblHistory tfoot th").each(function (i) { if (i != 6) { this.innerHTML =...
View ArticleTwitter Bootstrap
Styling DataTables is one area that I often think I overlook a little bit in favour of further Javascript development. So I've explored integration with the Twitter Bootstrap library to create stylish...
View Article