Quantcast
Channel: DataTables 1.9 — DataTables forums
Browsing all 1816 articles
Browse latest View live

DataTables AJAX source with sub-arrays and sAjaxDataProp

Hi I need your help to treat this json : { "responseHeader": { "status": 0, "QTime": 9 }, "response": { "numFound": 29, "start": 0, "maxScore": 0.9772936, "docs": [ { "title": "02-01 mj 11.pdf", "url":...

View Article


Is it possible to omit certain columns from aTargets or set a range of columns

Hi, New to DataTables and using it in rCharts which has different syntax so bear with me I have a table will which will have a varying number of columns. I want to apply a function to all but the first...

View Article


Inconsistent column widths with infinite scrolling and server side data

I'm using a datatable in a jQuery dialog, initialize it with infinite scrolling and load data from server. The column widths do not stay the same as additional data are added to the table, which I...

View Article

ColVis get index of hidden Columns/ Also set value of columns to hide

Hello, first of all congratiulation for the DataTables a realy nice work. I am implementing it into a self made framework, and it works great so far. At the moment i am working on the implementations...

View Article

Hover over particular div element?

Alrighty so I'm trying to add a 1-5 star rating system directly into my table. So far I have it displaying the 5 stars as follows: <div id="ratings_1" class="ratings"> <div class="star_1...

View Article


Using column data in another column

I would like to know how to use column data values in other columns. For example, I want to generate a bootstrap modal window on a CRUD screen and I need the ID of the "clicked" row to pass to my...

View Article

Showing 1 to NaN of NaN entries (filtered from NaN total entries)

Hi, please I want to know why it shows all the data in just one page??? this is the message that is showen in the footer of the page: "Showing 1 to NaN of NaN entries (filtered from NaN total entries)"...

View Article

jEditable does not recognize the ID column unless it is received as column [0]

This will work just fine: $(document).ready(function () { //Prepare dataTable var oTable = $('#EmployeeTitles').dataTable( { "aaSorting": [[1, 'asc']], "aLengthMenu": [[25, 50, 100, -1], [25, 50, 100,...

View Article


individual column filtering meets AJAX source!

Hi, I am trying to get the individual column filtering (select) example working with an AJAX source. The table displays perfectly but at this point, unfortunately, all my drop downs are empty. My code...

View Article


Sorting columns is calculating numbers in my text?

I have columns with the following data: 4/5 1 5/5 2 5/5 11 How can I get it to sort ascending like this: 5/5 11 5/5 2 4/5 1 So basically it just sorts the first line alphabetically and the second line...

View Article

Change the language

Hello. I'm a newbie and I want to change the datatable language. I have this function : $(document).ready(function() { $('#example').dataTable( { "oLanguage": { "oPaginate": { "sFirst": "Première...

View Article

Modify data in one column based on data value in another column or columns

Need a little help - very new to Datatables, and I'm not a programmer.. I want to modify the style (color) of the data in one column based on the value of the data in another column of the same row. A...

View Article

Sorting on checkbox cols

Hi, I used the examples on this page http://datatables.net/examples/plug-ins/dom_sort.html in my application to sort columns containing check-boxes and select options. Specifically I'm using:...

View Article


iOS 6 - Datatable constantly shows no results message (safari only)

Link to page - http://www.testacon.de/de/fuer-bewerber/als-mitarbeiter/offene-stellen On iOS 6 I am using the Datatables plugin but on Safari the table shows that no results are available on page load....

View Article

Get Column Name

Hi everyone; I cant get name of column clicked row. I need , this examples like, columns["columnName"].row[clickedIndex] Because we are coding very dynamically complex platform. Sorry for bad english,...

View Article


DataTables warning (table id = 'My Table'): Requested unknown...

How do i solve this error? <table class="table table-striped table-bordered table-hover" id="sample_1"> <thead> <tr> <th style="width:8px;"><input type="checkbox"...

View Article

bStateSave Issue with Pagination - Remembering Page on new search

Hello, First of all, I am working on an existing application and am new to DataTables... I have an issue where bStateSave is set to true and a user performs a new search but the page from the old...

View Article


Unable to display json content fetched through http url

Hello, I am trying to display aaData content received through a JSON into my datatables. However it just shows "processing..." message on the UI and the data never gets shown. In firebug, I am able to...

View Article

How to remember the selected checkbox during pagination using php codeigniter.

Hi, Can anyone tell me how to do pagination with previous page selected checkbox in codeigniter?

View Article

Pagination and Sorting Enter key focusing to the top of the page

Hello Experts, I'm using the latest version of data tables i.e. v.1.9.4, with this in Mozillla FireFox the tabbing and navigation, sorting, pagination working fine. But in IE when ever i start the jaws...

View Article
Browsing all 1816 articles
Browse latest View live