Quantcast
Channel: DataTables 1.10 — DataTables forums
Browsing all 2364 articles
Browse latest View live

TableTools export PDF/Excel - cached applied filter on second export

10.10.4 Hi I can save xls/pdf files for a none-filtered table, as well as a filtered subset of the same table. (I make use of filter: "applied") But.. only if it is the first time I save after the page...

View Article


Updating pagination for polling - Legacy API

I am using the latest DataTables, however I have not updated my code to use the new API... I am still using the Hungarian notation! I don't mind if answers use the new methods and notation, but I just...

View Article


Filtering based on row class

Hi there, I'm building out some filtering mechanisms for our DT instances. I've been referencing these two items to build my assumptions for the approach: -...

View Article

Sort of complex render

My datatable display is fairly complex. I have spent many hours on many different methods to try to enable date-sorting, and have had no luck. I even tried the moment plugin which would be perfect as I...

View Article

How to select a row by its (displayed) index in an ordered DataTable ?

Hello, I want to be able to select a row in my dataTable using keyboard's arrows (or any other way). I've an index var (let's call it myCursor) going from 0 to DT.page.info().recordsTotal - 1. When i...

View Article


searching for null values

Hi, I am trying to create an initial search filter that matches if the second field of the table has null values: searchCols: [ null, { search: null } ] That however produces the following exception:...

View Article

Problem with Internet Explorer Display

In Firefox and Chrome, my tables display. In Internet Explorer they don't. I'm using the purchased copy of DataTables Editor. http://skywateryachts.com/dataviews/boats.html

View Article

Undefined error when combining data from column 4 with that of 3

I would like to combine column 4 data with column 3. I get "undefined" by the data in column 3. I have tried columnDefs and columns and both return the same. Also, I cannot find an explanation of...

View Article


Header ColSpan is not working for me

Can anyone help I can't believe I found a bug with datatables I must be doing something wrong. I have posted a working example. http://live.datatables.net/dijoresu/1/ Seems on the initial load of the...

View Article


datatables fixedColumns plugin don't support RTL

Hi, when change table direction to right, fixedColumns not correct one

View Article

Datatables not returning json

Hi, i have been using the datatables with coldfusion. It retrieves the data from my table with no issue. However, my updates to the datatable are not returning any json. My logic was working perfectly...

View Article

search.dt not turning back on

My document.ready links to the search.dt event: $('#gridTable').on( 'search.dt', function (e, settings) { console.log("Search event"); displayRecordCounts(); } ); I have a reset function where I remove...

View Article

anchor tag onclick event not working

Hello, I am trying to create a onclick event in my link in a column in my datatable but it's not working. What am I doing wrong? Thanks! '''for(var i =0; i < data.d.results.length; i++) ''' { '''...

View Article


Special Charackter ß, ä, ö, ü...

Hello, we had try to insert: http://datatables.net/examples/server_side/simple.html But we get a problem. If we are using this simple example our Column with words like ß , ö, ü, ä are empty... :(...

View Article

Display over 10000 rows

Hello, we are create a normal php call like: $testquery = mysqli_query($db_link, "SELECT * FROM datenpflege_npr"); And than we will display all rows on datatables. Now we get a big issue, if we insert...

View Article


Search field below column

Hello, how I can add a search field below the column or below some columns?

View Article

Bootstrap responsive help

Hello, we are using datatables with bootstrap. We are using on bottom of our code: <script src="//cdn.datatables.net/responsive/1.0.6/js/dataTables.responsive.min.js"></script> <script...

View Article


(yet another) table tools button not working problem

My PoC site is here: http://calfteqpoc.azurewebsites.net/Breeds Nothing is hidden on load, and the swf file is being loaded, which seem to be the most common problems with the TableTools export...

View Article

Does Datatables always require a pre-existing HTML table to exist first?

Hi, just starting with Datatables, All the examples I see look like they start out with an HTML table before DT gets to work. If I'm using an ajax data source, is it possible to skip that and just...

View Article

What's the difference between data and name in a column spec?

Hello everyone! I have a script as seen below, The field name is 'Company_ID' is the below script valid? (Note that I've called the 'name' 'Company ID' with no space) I'm trying to understand if an...

View Article
Browsing all 2364 articles
Browse latest View live