Quantcast
Channel: Recent Discussions — DataTables forums
Browsing all 82464 articles
Browse latest View live

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 Article


PATCH: 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 Article


Can 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 Article

Table 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 Article

iDisplayLength 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 Article


Form 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 Article

Cancel 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 Article

Editor - 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 Article


Firefox, 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 Article


ColVis: 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 Article

Sort 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 Article

how 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 Article

Requested 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 Article


Periodically 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 Article

Override 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 Article


Display 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 Article

Cookie 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 Article


WHERE 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 Article

Using 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 Article

Time 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
Browsing all 82464 articles
Browse latest View live