Column alignment messed up when paging turned off
DataTables is working fine for some simple tables I have it implemented for, but when I attempt to turn off paging via the following initialization call: $("#reviewtable").dataTable({ "sScrollY":...
View Articlecolumn sizing and resizing
I have a fixed-width DataTable. I want to give the user the ability to switch this layout from "fixed" to "fit" layout. Is there a way to have datatable re-layout the columns without clearing and...
View Articleproblem after recreate
It seems like I can't find a proper way to destroy Datatable. When I click on it, I get so much onclick events as how many times Datatable is recreated. Put this in /examples/data_sources/ajax.html:...
View ArticleDate Range Filtering
Hi Allan, I am going to be needing a filtering option for dates. I found this : http://jquery-datatables-column-filter.googlecode.com/svn/trunk/dateRange.html Is that plugin still being supported by...
View ArticleTwitter Bootstrap (V2) style not displayed
Hi, i followed this post (http://www.datatables.net/blog/Twitter_Bootstrap_2) in order to make DataTables look like the table of Twitter Bootstrap. But for some reason i can't get the TB style applied...
View ArticleStrange issue with IE8 with 1.9.4
I'm having a strange issue with IE8 - our corporate standard (at least it's not IE6) - in _ fnCalculateColumnWidths ( oSettings ) line 3565 - var iColums = oSettings.aoColumns.length; In IE9, IE10,...
View ArticleColumn sorting reset on third click?
Does anyone have an example of setting the table up so that it resets the sorting on a third click? So click 1 sorts ascending, click #2 descending, then click #3 would remove the sorting on that...
View ArticleFreeze sorting function
Hi there. I am working on project that is using DataTables 1.9. I created simple edit row function, which is based on getting data (form) from server via ajax. When i retrieve data for edited row i use...
View Articlefixed row height in the table
Hi, I wanted a fixed row height. However, each td element contains data which is overflowing, comes to the next line & consequently increases the height of the row. Is there a way to fix the height...
View ArticleRemoving column and related row data using drag and drop
hi all, I am using tree view and data Table;when i am drag a node from tree view to html table;its become a column for table;that i am binding to data table;but i am getting duplication of table header...
View Article"sPaginationType": "full_numbers" shows up clustered
Hello Guys, I have recently downloaded Datatables 1.9.4 and tried using it on table with spagination option with full numbers. The table appears with the first,next and page numbers closer and looking...
View ArticleKilling a request
I have a "details view" combined with a polling application. The code is already in place to stop polling when someone opens a details row. However... A race condition can be created whereby the...
View ArticleNotice: Undefined index: sEcho (sEcho is passed in request though)
Upon trying to sort or filter data from a Datatable using the server_side processing script on the example page, I am given the following error: Notice: Undefined index: sEcho And the JSON output...
View ArticleEliminating the sorting icons from column rows
I have tried searching for this in various ways and haven't found anything relevant so I am posting this as a question and hopefully someone can help out. I have sorting enabled using "bSortable" in...
View ArticleFiltering server side data
Hi I have a table which is populated by the following script. When I click on a row, I can go to another page, in this case "pay_invoices.php" and using the get method, the row id is sent across.No...
View ArticleServer Side Pagination -- buttons disabled
Hi, I am using DataTables on front end talking to a Java Server via REST. I can populate the tables etc but I am having difficulty getting pagination working. I am unsure what to set when returning. I...
View ArticleClassic ASP Datatables
Dear Great Gurus I am using Classic ASP Datatables with json to fetch data . My issues are 1) Datatables are not Refreshed. 2) A Very Slow response of Datatables(I have 10000+ Records in the table.)...
View Articlepost id in session not by $_GET in URL
When I click on a row in my table, it goes off to another page to draw info from a server processing script for further work.My problem is that the method I am using passes the unique id in the URL...
View ArticleFix Vertical Scroll Bar
I am using sScrollY and my table has many columns. How can I fix the vertical scroll bar so that I do not have to scroll horizontally to the last column before having access to the vertical scroll bar?...
View Article