send hidden field value in makeeditable loaddata variable
I am a datatables newbie but hope someone can guide me in the right direction. I am using makeeditable to generate a select box from a php function using loadurl which works just fine. The problem I am...
View ArticleFunction to find cell id
Hi Allan, Is the any function to find id/class parameter of a td element when clicking it. We have fnGetData or fnGetPosition, but could nt find one for that? If no, please suggest a method for getting...
View ArticleHelp understanding of the way afnFiltering.push works
Whenever I do a date range filter using afnFiltering on a column it works great. However, when I apply a new date range, it only filters what was filtered the first time. How do I get back the hidden...
View ArticleWhy does PDF takes so long on Chrome?
In IE it takes like five seconds but in Chrome it takes like twenty seconds, and sometimes a message appears saying that the flash is not respondig. Is there any solution to tweak the PDF exportations?...
View ArticleTableTools UTF-8 in PDF format
Hi all! First at all, thank you for great tool. I have a problem with UTF-8 characters in PDF exports. Anyone can help?
View ArticleIgnited Datatables // php library
Hello guys, Some of you guys might heard about Ignited Datatables. A wrapper class/library for Codeigniter. ( codeigniter version :https://github.com/IgnitedDatatables/Ignited-Datatables) Here is the...
View ArticleCell width changed after calling fnAddData
Hello , I have this DataTable Aboject : $('#tbl').dataTable({ "sDom": 'T<"clear">lfrtip', "aoColumns": [ { "sWidth": "1px" }, { "sWidth": "150px" }, { "sWidth": "150px" }, { "sWidth": "150px" },...
View ArticleHow to grab Datatables data from a Google Spreadsheet
Hi there. I banged my head against a wall for a day or two, but I figured out how to dynamically get data into a Datatables object from a google doc, and I figured I would share this info with you all...
View ArticleDataTable header Records not displaying correctly
I am using a Datatable in conjunction with ASP:GridView. In certain instances (i have the same method on muiltiple controls) my header rows are all pushed to one side. Clicking on them though, renders...
View ArticleAngled header fields for simple comparison tables
Has anyone considered to extend DataTables with angled header fields which will be most useful for tables that compare features or the like? or would be anyone willing to help me trying to include...
View Articlejquery datatable highlight row selection issue in MVC application
I am using jquery datatable to show my table (Client side) in MVC application. I am using below example to highlight selected row. http://www.datatables.net/beta/1.9/examples/api/select_single_row.html...
View ArticlefnOpen with fixed columns?
Has anyone used fnOpen to display additional details about the current row when using fixed columns? I adjusted the example server-side show/hide details script...
View Articleunable to get column Index to remove the column from data Table1.9
hai to all, here my requirement is removing a column from data table using drag and drop on treeview ;i am unable to get the column Index here;please guide me how to acheive this;If i need any api's...
View ArticleRendering issue when using Fixed Columns with IE 7
Hi, I've got an issue with the rendering of rows not lining up properly in IE7 (and IE8 Compat View). I'm using Fixed Columns, as you can see below: http://live.datatables.net/uxolog/1 I've basically...
View ArticleIE 7/8 Page Button Strange Behavior
In IE 7 and 8 using server side paging, the "Next" button behaves like the "First" button, the "First" button behaves like the "Previous" button and the "Previous" button behaves like the "Next"...
View ArticleHow do I setup the top margin of buttons? Please Helpp mee :((
http://www.flickr.com/photos/94850915@N03/8641980787/in/photostream
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 ArticledataTables Editor Trial
Hi, I downloaded the 14 day trial for DataTables but none of the examples/docs work because the links to the dependancies seem to be incorrect! Is this a know issue!
View ArticleProperties enclosed by quotes: how to fix this?
I'm using a framework to configure the properties for Datatables. I'm using PHP and Twig. I'm building an array, containing all data (such as aaData and aoColumnDefs) and configuration (sorting,...
View Articlefind and replace with jQuery
hi guys.. i have a question i have an datatable field with this content (for example) <td>One | Two | Three | Four | Six | Seven</td> now i want to remove with jquery "Three |" with...
View Article