Tabletools - Save as PDF doesnt work sometimes
Hi, For some reason pdf functionality (via table tools) doesnt work sometimes. Other functionalities (csv, copy, print) works fine. Anyone has faced this issue before? Thanks, Barani
View ArticlePATCH: Small Scroller performance enhancement
Scroller#_fnDrawCallback() forces browsers layout twice, but only needs to do it once with a very simple change. It saves about 30ms for me in IE, which is a lot if you're filtering rows as the user...
View ArticleCan You Export To Excel Directly From DataTables
Sorry for asking a basic question. I Googled on and off the site. Does DataTables have features for exporting to Excel ( xls, xlsx ) directly out of the DataTables plugin? If so any examples? Thanks...
View ArticleTable Tools problem with Post Load data?
I have run the debugger on my specific instance (epoqaj) of dataTable where I build my data from an ajax request and then format that data for dataTable using the following code: function...
View ArticleiDisplayLength not honored
So I have iDisplayLength set to 25, but it still only requests 10 records from my server. Here's my setup: $('#data_grid_tbl').dataTable( { "aoColumns": [ { "mData" : "index", "sTitle": "#",...
View ArticleForm in two columns
Hi, I have a long form with 10+ fields. Currently, it scrolls inside the modal. How can I break the form into two columns (label+field|label+field)? Note: I am using Bootstrap. Thanks, Nathan
View ArticleCancel button
Hi, When adding a new record, I would like there to be a CANCEL button as well inside the modal (not only a "Save" button). How & where do I add this? The code below on fnInitComplete didn't do...
View ArticleEditor - Real time pushing
Hello, I was looking into the forum for a thread on how to enable -if possible- real time pushing on DataTables. I'm using latest version of editor, but I was reported that when a user started editing...
View ArticleFirefox, IE 8 and Safari (iPad) issues with arrows and spacing
I have a dt that looks great in Chrome and in everything else my first column (that contains an image) is too wide and all of the headers have their text running over the arrows. Any ideas on why this...
View ArticleColVis: new plug-in for DataTables - user control of column visibility
Hello all, I'm pleased to announce the release of a new plug-in for DataTables called ColVis. ColVis will put a button next to the table, which when activated will show a list of the columns in the...
View ArticleSort table by HTML5 data value
I have a table where I'm using the new HTML5 Data Attributes (see http://ejohn.org/blog/html-5-data-attributes/). So my tds contain an additional attribute called data-rawvalue. In my case I'm printing...
View Articlehow to Filter a hidden column : DataTables jQuery plugin
hi , In My table i have a hidden column i want to filter the table with hidden column values with DataTables jQuery plugin. Thanq how to Filter a hidden column
View ArticleRequested unknown parameter after add new row
First off, let me say this is a freaking awesome project. Great work! I am using server side processing and The jQuery DataTables Editable plug-in. Works great but...when adding a new row i get the...
View ArticlePeriodically Load DataTables via an AJAX Call
Below is my code: (function worker() { oTable = $('#example').dataTable({"iDisplayLength" : 25, "sAjaxSource": "/getservicevers/?value=" + QueryString.stage ,"bDestroy" : true , "fnServerData" :...
View ArticleOverride the default search behaviour, any way to do it ?
Hi, I am new to this powerful plugin. I would like to be able to decide when to filter the data based on what the user types in the search box (and not as a response to every letter typed). More...
View ArticleDisplay table like Inbox.
Hi, I am new to datatables plugin. The plug in looks great and I am planning to use it in simple tables already. I have a inbox type table. Meaning.. A table is displayed on top. Clicking the record,...
View ArticleCookie size limit handling is wrong
In 1.7 some new cookie handling was introduced. Specifically, it deletes datatable cookies if the *total* size of cookies is larger than 4Kb. This is not correct. The cookie size limit of 4Kb is *per*...
View ArticleWHERE in Ajax
Hi, I have a new problem. I need get the data from Agent Table Where AccountStatus = "Paid". Where I can put the query "WHERE". $aColumns = array("AgentID","ContactName","CompanyName","(SELECT...
View ArticleUsing a html element in column
the reference guides to use "mRender" : function ( data, type, full ) { ... return } " where the function return value is used to render html. what I am not clear is with the values of - data, type,...
View ArticleTime load page slow
Hello, sorry for my english language...i have a datatable page with 13560 rows. Problem is when i load the page, around 3-4 min and just with google chrome (IE and Firefox crash). I'm using serverside...
View Article