Internet Explorer 8 sets height=6px with sScrollX with jquery.js >1.7.1...
Internet Explorer 8 creates a default height="6px" when we enable the "sScrollX" parameter with jquery versions above 1.7.1. The issue does not happen with version 1.7.1. I have tested with all...
View ArticleFilter data on click of a button outside dataTable?
In a table I highlight cells depending on content. If the content of a cell matches given criteria, a new css class is added to the cell. In the real table I have more complex criteria and 4 in total...
View ArticleGet value from field in Editor with button
Hi, I have create in editor 1 button with this : $.fn.DataTable.Editor.fieldTypes.bt_ing = $.extend( true, {}, $.fn.DataTable.Editor.models.fieldType, { "create": function ( conf ) { // Create the...
View ArticlePassing custom paramters to a sort plugin
I'm using the "anti-the" plugin (http://datatables.net/plug-ins/sorting#anti_the) successfully, but I'm interested in being able to pass an arbitrary array of terms to exclude from sorting instead of...
View ArticleAjax call inside mRender function
I am looking to call an ajax function inside the Datatables mRender function that will use an id from the present ajax source to get data from a different ajax source. To put this into perspective, I...
View Articledatatables with Jqmobi / intel app framework
Has anyone tried to get datatables working with JQmobi / intel app framework as a drop in replacemnet for JQuery?
View ArticleIs there a tutorial on using JQuery DataTable with MVC3?
I'm fairly new and I've found general tutorials but nothing detailed enough for a beginner. I have a table in Mvc and would like to convert it into a datatable. Please help. Thanks
View ArticleCascaded Dynamic Tables with a Keytable
I've made a copy of the tables I am working on to a publicly accessible location. http://gstest.c3x.co/meals.html The second table loads data in to the third table when you click the team ID or Name in...
View ArticleHow to use the CDN Datatables with the cdn Table tools? Setting sSwfPath?
I have been trying to get this to work. Currently, I am getting the datatables JS from the MS Ajax CDN and also getting the table tools from http://datatables.net/download/build/TableTools.min.js ....
View Articleediting columns - hide html code?
Hopefully a simple question. I have a fully working table using data tables and jeditable :-) I have one slight issue. One of my columns has a hyperlink in it, so when I click on a cell in that column...
View ArticleColumn Headers on Font Enlarge/Shrink
When I resize the font, using CTRL/+ or CTRL/-, the column headers are not resizing properly to match the columns. I'm using a horizontally-scrollable table (xScrollX: 100%, xScrollXInner: 120%), and...
View ArticleReplacing pagination icons with custom classes not working
Hi, I'm using two_button pagination and trying to replace the icons for the buttons with my own custom classes. I can successfully change the icons using the Bootstrap 'chevron' icons like this:...
View ArticleHow to clear excess column headers from a previously loaded DataTable
I was wondering, when updating DataTables using AJAX, how do you delete column headers left over from a previous DataTable? I have bDestroy set to true in both of my functions to draw the table,...
View ArticlePrint function of tabletoos not work in IE8.
Dear All, I'm so happy for use DataTables and TableTools. But now I found problem at Print function on IE8. when I click Print button. I got this message. but table is blank not show data. but I'm use...
View ArticleHow to show/hide the divs on click of the particular datatable row
I have 2 divs, one div has the datatable. On click of the particular row of datatable hide the datatable div and open the another div. Can i have any solution?
View ArticleDataTables Editor Internal Server Error
Hi, I've uploaded the dataTables editor and it runs the page with a AJAX error. MySQL is working fine on the site with PHP. The live page with the error is here...
View ArticleExclusive/Inclusive Filter
Don't know if this is possible, but what I wish to implement is the ability for the user to click on a row/column and be presented with the option of either filtering out all such column values or to...
View Articleanother complex header alignment issue
We have some complex headers not lining up with the data, here's a screenshot: http://d.pr/i/IkbC This is a dev server in constant flux, but here's a link:...
View ArticleTabletools not working
I've been using TableTools for a while, but recently the export functions stopped working. I'm not sure when because my test suite doesn't cover it. The buttons appear - but when I click them I do not...
View Articleupdating a total column in an editable row
separating out the #2 point from this http://datatables.net/forums/discussion/comment/47691# 2) i'd like to make it so that when you commit a change in the keytable the total colum is updated in...
View Article