Refresh function not works
Hello, The fnDraw Function not works. I have this function function DuplicaPrice(idprice){ $.get("prices.php", { idprice: idprice}, function(data){ alert('OK!'); oTable.fnDraw(); }); } but the table...
View ArticleDataTables 1.9.4 released
Hello all, I'm really pleased to announce the release of DataTables 1.9.4. Alongside a number of bug fixes in this release, there are a number of performance improvements from Tim Tucker and jlabanca...
View Articleexport the data from table
Dear Everyone, I am using Data Tables and putting data in to table is there any way to export that data into Excel,PDF or any format. Please anyone help me online. Thanks and regards, Gajanan Hiroji.
View ArticleFixed Header with select list in header
OK, so I have narrowed my issue down to the Fixed Header. I have been using the dataTables control for a while now and have found it to be superb for my sites - I've got it to do just about everything...
View ArticleSwitch between regex and smart filter
Hello all, Predominately, i use smart filtering which works very well for my use. However, I have received a request to enable regex filtering as an option. I was hoping to write an extra that would...
View ArticleFixed width issue, checkbox column collapse issue
Hey, I'm using datatables 1.9, and using the fixed table layout property. In chrome and Safari, the checkbox column is collapsed and merged with the next column. I tried to use it on the datatables...
View ArticleSome kind of conflict with datables, won't even load
I have an aspx page with many js plugin libraries. i want to use datatables plugin. when i add the script tag for datatables i can't even get my page to load. take it away and everything works fine....
View ArticleIntegrating DataTables and WordPress
I am creating a wordpress theme where I'm pulling a bunch of custom fields into a table that I would like to be able to sort with DataTables. Because I'm using custom fields I'm unable to use the...
View ArticleFooter Content calculated in fnFooterCallback not exported
I have a DataTable, with TableTools, where I am generating column totals in the footer using the fnFooterCallback function. While the footer content display as expected in the HTML version of the...
View ArticleTable Tool Export buttons don't handle fnFooterCallback content correctly
Second post about this, previous post still 'waiting for approval' I suppose. This follow up post is because I have discovered a second problem, but it is related. I will in this discussion also...
View ArticleDynamically add/remove columns -> DataTables warning. Requested unknown...
Hello Allen. I am using a js array and passing it into dataTables using the aaData option. When my page loads, aaData contains 5 columns of data. When I initialize my datatable, I pass in aaData and...
View ArticleBackbone single page application seems to break row expansion.
Hi All, I've encountered an issue using Datatables in a backbone application. Basically what is happening is if I navigate directly to the data tables page once everything works fine. However, if I...
View Article"TypeError: oSettings is null" in var oSettings =...
Hi all, being a newbie to datatables I'm having a problem. My table is being opened and filled depending on which link one clicks. The first time there's no problem with opening/closing the rows to...
View ArticleI need a cell value when I click a row
Hello, I have this function: $('#table tbody').on('dblclick', 'tr', function (e) { //I need the first cell value here }); But I need the first cell of this row (inside this function). How I get a cell...
View ArticleToggling Row Groupings
I am using row groups (via fnDrawCallback) Problem is that I don't know how to toggle grouping on and off... I've tried calling destroy (to restore the dom state) then reinitialize the data table...
View ArticleCan you ignore/skip rows?(Implementing drill-down rows)
I'm implementing drill-down rows, but can't use the technique outlined in http://www.datatables.net/blog/Drill-down_rows (using fnOpen, fnClose) as I need the drill-down rows to be in the DOM and not...
View ArticleDataTables not calling editor.on API functions for editor.create,...
Hi, I can't figure out why the Editor API functions aren't being used for my form. I'm using editor.add to populate the form with all the fields, and that works fine. Please see this jsfiddle to check...
View ArticleUse DataTables on a ASP.NET GridView?
We have several GridView used in our project. We would like to apply DataTables to these GridView. Is it there a way toget the HTML from the GridView and pass it to DataTables?
View Articleproblem with datatable for gridview in asp.net
hello, i am unable to use data table jquery for gridview in asp.net. i am not understanding how to use data table. Please help me..
View ArticleUsing asp.net GridView with DataTables and Large DataSets
I have a custom grid control that inherits from the asp.net GridView. In the OnPreRender event it evaluates custom properties on my control and dynamically builds/registers a client script to use...
View Article