DataTables + Java + JSP = DataTables4j
Hi all ! I'm really pleased to announce the DataTables-taglib's offspring : DataTables4j (for Java) :-) For the time being, the latest version is 0.4.0-SNAPSHOT but you can already test it and give...
View ArticleSize table
Hello, I want to make a table but the boxes change when I change pages. I tried to use FixedColumns but it is not pretty . I would like scrolbars are in boxes or there's too many characters there and...
View ArticleSomething like a fnPostDrawCallback possible to be called after rendering is...
I'm hoping to keep the table hidden until it has completed rendering to avoid the user seeing any flashing of elements as I add columns dynamically. The plan is to 'show' the table once all is ready....
View ArticleGreedy buttons Table tools
See link to picture. https://dl.dropbox.com/u/34921860/dtab/Greedy%20buttons.pdf Moving mouse one step down causes pull-down menu to be destroyed due to the buttons below grabbing control. I would like...
View Articleupgrading from scroller 1.0.2 to 1.1.0 made scrolling data load slower
I was having an issue with the save state and scroller 1.0.2 so I upgraded to scroller 1.1.0. This fixed my save state issue but has caused loading new rows when scrolling to be significantly slower. I...
View ArticleFixedColumns: the left-fixed columns using jQueryUI didn't update data...
As you can see also in the exemple at: http://datatables.net/release-datatables/extras/FixedColumns/themed.html using jQueryUI to rendering a DataTable, the fixed coloum(s) on the left didn't reorder...
View ArticleServerSide with Language File drawing table twice.
I have created a small plugin which I use to create DataTables easily with some extra functionality. No matter if I use it without my small jQuery plugin or with it, I still have the same problem....
View ArticleDatatables and iPad
I have the desktop browser based DataTables (1.9.4) with individual column input and select filtering working. However, when I try and load this page on an iPad it says Loading data from server and...
View ArticleRow ID after Editor Update
Not sure if this question should go in the General Forum, or here in the Editor Forum. I have a dataTable configured using Editor and everything works PERFECTLY. Love this solution. Here's my problem...
View ArticlesScrollX and line height
Hello, First of all sorry for my bad English. I have a large table (800rows*19cols) and i use the following script : [CODE] <script type="text/javascript" language="javascript"...
View ArticleHow can I to keep an accurate count of rows by category?
Here is my situation: I have a table with about 500+ items, each of them labelled with a status: running, pending, or dead (these are linux systems being monitored). Basically, the page should be like...
View ArticleProgrammatic manipulation of the search box?
Hullo, So I'd like to click on a field in the dataTable and have the table filter by that keyword. Easy to do with a call to fnFilter, but then I have to have another button the user has to click to...
View ArticleIE 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 ArticleHover Table over Link Column like Editor Price Page?
On the Editor Pricing page there is a datatable that shows price conversion information when you hover over the price in the table. I want to do almost the same thing; show detail information in a...
View ArticleAdjust width and padding of data tables
I have around 6 tables those padding or width is different.When I was not using data tables, their padding and width were set inline. Now the inline doesn't work. I simply need to be able to add some...
View ArticleAdd ID to TR element after row is dynamically added
Init is pretty much basic: $('#table-groups').dataTable( { "bJQueryUI": true, "sPaginationType": "full_numbers", "bFilter": false, "bInfo": false, "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50,...
View ArticlesScrollY, overflow-x, and Firefox issues.
Hi, I am using "sScrollY", and thus my "div.dataTables_scrollBody" is being given an inline "overflow: auto". My problem is that the table contains a dropdown menu over near the right edge. Sometimes...
View ArticleCan we use dataTables for mobile
Will you please tell me is there any way to apply data tables for mobile
View ArticleSort table by HTML5 data value
I have a table where I'm using the new HTML5 Data Attributes (see http://ejohn.org/blog/html-5-data-attributes/). So my tds contain an additional attribute called data-rawvalue. In my case I'm printing...
View ArticleFilter Table Result, By "tr"'s CLASS or ID
So i have a table on bootstrap that i have listed there some "Game-Chat" logs... and i have an "error" class on each Flame a user makes. So it makes the Column red... So i want somehow, by a button ,...
View Article