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

In the Server-side processing DataTables in how to use the multi-table query...

In the Server-side processing DataTables in how to use the multi-table query . Thank you!

View Article


sum filtered rows/columns

Hi I want to be able to sum a column of data after a filter has been applied using the plug in column filter. I found this thread:...

View Article


Ajax actions not working with jquery 1.9

Hi, I use php code for generated table rows to work with DataTable. There i have an <a> tag in each row where on click on them an ajax action triggered. But this ajax action only work on the...

View Article

Escaping HTML with datatables

I have datatables set up like so : <tbody> <?php $options = array("" => "", 'start' => 'Start Session', 'stop' => 'Student Not Present', 'abandon' => 'End Session', ); foreach...

View Article

click handler with hidden index column

I have a table which contains a unique id column - this is used to create a click handler to move to a new page. I don't want the id column to be visible, however - this will be used in a mobile app...

View Article


fnGetPosition Returns "Cannot read property 'nTr' of...

I have a table which is split using FixedColumns(oTable,{"iLeftColumns":5,"iLeftWidth":500}); One of the columns on the left side is "editable"; and, after editing the cell I'm trying to use...

View Article

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

Errors on initialization

I am getting started with DataTables and Firebug is not happy. It is giving me error on the plug in file which is very odd. Type Error - oCol is undefined on line 820 of the js/jquery.dataTables.js...

View Article


Two Tables in 1 View (Multiple Issues)

Hi, I am developing a c#.Net MVC4 application. I've created two datatables which are each located in separate partial views. Both partial views (PartialView1) and (PartialView2) are then loaded and...

View Article


Fixed Columns and TableTools

First of all, Datatables is AWESOME! :-) Now the problem. I'm using DataTables 1.9.4, FixedColumns 2.0.3, and as far as I know the latest version of TableTools. I have a table with 2 rows in the...

View Article

Applying data table to dynamic table

Dear all I am trying to applying datatable to dynamic table i.e,, the table is populated with rows when i click a button. The Scroll and fixed header is coming properly but.But when i click on headers...

View Article

Problems with ScrollX and ScrollY

Hi Guys, First of all, wanted to say that we use DataTables on our online system and we love it! Second, there a page that we use datatables with jeditable, scrollx and scrolly. The problem is when we...

View Article

Trying to sort column with hebrew strings

hi. i have a problem that i cant resolve and I've been trying for quite a while now (sorry about my English. its not my mother-tongue) so here's the thing i'm trying to add a new sort function to oSort...

View Article


bStateSave not sending cookie.

Hi everyone. I'm having a problem with the bStateSave property in DataTables 1.9. The attribute is enable (true) but when i filter some data and go to another page, when i return the filter isn't there...

View Article

Correct way to store the resulting table after filtering.

Hello, How can i save the table after the filtering is done. Am using a set of multiple select list as filters. When user filter, the resulting table can be saved so that he can view it later , without...

View Article


JSON data from server could not be parsed. JSON formatting error

Hi, I am using Datatables and server side processing with php connecting to MS SQL Server 2008... its not working because when I try to start up the php page I get: JSON data from server could not be...

View Article

Processing Indicator doesn't show up

Hello, I'm using DataTables 1.9.1, with the Themeroller (headers and footers). I have bProcessing set to true, and have a string for sProcessing, but don't see the Processing indicator show up. Not...

View Article


Using Same mData Multiple Times with fnRender

Version: DataTables 1.9.4 I want to use same "oObj.aData.id_company" in multiple columns but it can't render it. It's all OK if I use it only one time as in second code block below: var col_def = [ {...

View Article

How to export img in CSV file in data table

I have images in one column on my datatable that represent certain business logic.For ex : red dot might indicate the record is due in 2 days,pink dot indicates that rec is due in 10 days and so on ....

View Article

Resizing Table Causes oFeatures is null or not an object

I have an HTML table on my page created using JSTL. I use jQuery.load and div tags. The following is included: <script type="text/javascript"> $(document).ready(function(){ var oTableV5 =...

View Article
Browsing all 1816 articles
Browse latest View live