FixedColumns - is more excel-like freezing behavior possible?
Is it possible to achieve a more excel-like freezing behavior with FixedColumns plugin, that is, is it possible that even the last scrollable column could be compared side by side with the last fixed...
View Article'ntablewrapper' is null or not an object
Hi all, I am newbie to jquery data table and here below is my code. var oTable = $('#table').dataTable(); oTable.fnDestroy(); oTable = $('#table').dataTable( { "bProcessing": true, "bServerSide": true,...
View ArticleDesign Issues of FixedColumns plugin
For complex header like two rows, using FixedColumns will result in ugly layout. There is a serious design issue for this plugin: 1. Should not use fnSetColumnVis(i, false) in _fnConstrcut() function....
View ArticleFiltering for a math project
I have an AIR application which logs to a mysql database. It teaches math and logic to 3-5 year olds, and it does it well :) kids love it. DataTables beautifully displays the results of the levels...
View ArticleSelect menu column filtering problem
I am using DataTables in a Laravel project and trying to implement select menu column filtering with AJAX data. I am super close but getting hung up on one hopefully small item. Using the Benedikt...
View ArticleSelect Field Type Binding
Project Details: DataTables 1.9.4 TableTools 2.1.4 Editor 1.2.3 Experience: Brand new to DataTables and Editor. I'm attempting to bind or set the value from a datatable to an editor screen for a select...
View ArticleMysql query in Datatables
I would like to use datatables not with a complete table but with a simple query like SELECT a as Name1, b as Name2, a+b as Diference FROM table WHERE a>1 AND b>2 ORDER BY b DESC. Is there any...
View ArticleonPreSubmit doesn't seem to work for me...
I am trying to have some sort of control on the table data before sending to the server and so I decided to use onPreSubmit. To check if I was doing right, I tried the following: var editor;...
View ArticleChange event of the number of page dropdown in paging
Can i handle the change event when I select other value from the dropdown of the pagination. I am using the following code for paging: $('table#SearchObservation').dataTable({ "aLengthMenu": [[10, 25,...
View ArticlefnGetHiddenNodes
about fnGetHiddenNodes http://datatables.net/plug-ins/api#fnGetHiddenNodes For me simply returns the number of items that are visible and not those that are not visible OR returns empty [ ] ...I'm...
View ArticleDatatables+Bootstrap example broken
Just opened http://www.datatables.net/blog/Twitter_Bootstrap I see that bootstrap styles are not applied: http://screencast.com/t/zAgNsxoRmTJ Seems like problem with links to bootstrap files...
View Articlesorting by uk date and time regex not working
I am using Ronan Guilloux sorting code (although i removed the seconds) and i can set the columns using aoColumnDefs which works with the time as well but id like to not have to set the column so i...
View ArticleFixedColumns performs four identical server requests on creation
Using a serverside table with two fixed columns, the table performs four identical requests to the server before rendering the first page of the table. See here the network protocol:...
View ArticleData Table Error
I use data table to display data from database and using ajax but the datatable work good if we have less than 542 records //fill CustomerData Table with Data //Get CustomerData By WebService And Call...
View ArticleFixedheader columns not lining up in Firefox
I cannot for the life of me figure out why this is not working in Firefox but is working in Chrome/IE http://tinypic.com/r/903mhi/5 Usually when I scroll down to the abs bottom or abs right of a fixed...
View ArticleHow to fill the last column with buttons?
Hi, I am populating my datatable with json and it works perfectly. I want to add one column "Action" which will have dropdown menu for every row with different actions. In json I'm sending in the place...
View Articleproblem in ad gusting left part and right part of fixed column data table grid
I am using data table grid with fixed columns .I have 5 fixed column..The problem is that left part and the right part are not in equal level.The right part has moved little upwards.Plz help !!
View ArticleAdd check box in header column,check box in item column in grid server...
<script type="text/javascript"> $(document).ready(function () { var oTable = $('#grid').dataTable({ 'bPaginate': true, "sAjaxSource": 'Home/GetAjaxData', 'sPaginationType': 'full_numbers',...
View ArticleDates not sorting
Hello, Thanks for the great utility. I am having troubles getting a date column to sort at all. I have a table with the first 2 columns being a date. The second column seems to sort correctly however...
View ArticleSort just after load
Hi, I have a table where the first column is set to be order automatically. The problem is that i want it to order just if i click at the column because the first loaded datas of dataTable is ordered...
View Article