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

mRender to alter a cells display color

I would like to change the font color of the data that is being displayed in the table. I have set an attribute called 'data-changed' and would like mRender to check if it's true or false. If the...

View Article


Row headers instead of column headers?

Is it possible to make the first cell of each row a header and make DataTables work them that way? Example: http://i.imgur.com/Cj5UiTv.png Kind regards, Tim

View Article


Resizing table inside jQueryUI dialog

I want to put a dataTable inside a jQueryUI dialog. This works fine. The dialog is resizable. Using the "flexible width" example as a guide I trapped the dataTable inside a <div...

View Article

How to set the default value for a dropdown (select)

I am trying to have a dropdown (select) default to the value being returned from the Ajax on the server. My code is: oTable = $('#myDataTable').dataTable({ "bProcessing": true, "bServerSide": true,...

View Article

fnDeleteRow doest not delete When using ServerCall to load Data

I modified the dataTable to load using a fnServerData. But fnDeleteRow doesnot deleting the rows now. /* Get the rows which are currently selected */ function fnGetSelected( oTableLocal ) { return...

View Article


Disable DataTables procesing on large datasets

I deployed DataTables on an existing application with hundreds of reports and pages. These pages use different datasources and inputs, so switching all of them to server side rendering takes (a lot of)...

View Article

unable to display footer and pagination buttons

Hi, I am not able to display Footer in DataTable Also my pagination button do not display correctly and they tend to merge with the last row of the table. Any guess.??? <div id="tableDataDiv">...

View Article

Scrolling position resets on tab change in Firefox

Hi Allan, I am using server side datatable 1.9 with scroller inside a tab. Using the scroller, I scroll down to fetch next set of rows from server. When I navigate to another tab and navigate back to...

View Article


multiple filtering with submit button

Hello, I'm new with datatable. I've already checked a lot of post but not found what I need. I currently have multiple text boxes and one datatable. I need to send to server side the values which are...

View Article


bad look & feel

Hi just download the DataTAble 1.9 tries to make a basic demo: <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@ taglib...

View Article

Datatables IE8 and sort indicator

Hi, I have a simple test page shown below (I would have posted a link to a test page, but none of the online javascript playgrounds I tried (jsfiddle, jsbin etc) seemed to support IE8). <!DOCTYPE...

View Article

Database fields and aoColumns order

Hi, Many of my database queries return fields not in the order as it is being shown in grid. Since this is LIVE application and right now, we are changing our existing list using DataTable, we are...

View Article

Filter records based on column data

My data array contains boolean (yes/no), tinyint (0/1/2) values. In fnCreatedRow function, i change it to respective text to display like below: "fnCreatedRow": function (nRow, aData, iDataIndex) {...

View Article


Can't change column values after sorting with JQuery UI (sortable)

I'm using sortable in JQuery UI with my DataTable but when I drag&drop a row it's not possible to edit it any more. All other rows still works but it's like the moved row is dead. I'm trying to...

View Article

Blanks in date column causes string sort - continued

Referring to http://www.datatables.net/forums/discussion/4904/blanks-in-the-date-column-causes-string-sort/p1, when I use a custom date sorting function via a type detection (dynamic columns cannot set...

View Article


Functions fnDraw and fnReloadAjax works partially - Not drawing/update view

Hi, dear friends. I'm trying to update my table every time a button is clicked. For this, i googled and the sources showed me two functions: fnDraw and fnReloadAjax. I have tried both of them, and the...

View Article

fnReloadAjax always show ten data, bLengthChange not working and dataTable...

Hai advance, I got problem when use fnReloadAjax, - my goal is initialization dataTable without load data at first load page, and data will load after click trigger (search button). - my problem is...

View Article


Dialog bos in Datatable

I need to display whole message in a dialog box when the link inside the table column is clicked.But if i use jquery.ui.dialog.js then datatable.js is not working and vice versa. so how can i solve this.

View Article

Jeditable - Edit records inline

Hi, I'm using Jeditable for modify my DataTables: I use it for show ed edit any parameters of my configuration (host, username, password, etc...) I have an exigence: I only wish that the record field...

View Article

Loading and next works fine - crashes on search

My first load is fine and I can show next and previous set but when I search, the php search page crashes (500 Internal Server Error). I have this in my server_processing.php $aColumns = array(...

View Article
Browsing all 1816 articles
Browse latest View live