Accept bitcoins?
this is somewhat of a plug - I've gotten into the Bitcoin community and find it a fascinating project and way to send/receive payments. any chance you'll want to start accepting donations via Bitcoin?
View ArticleCaching and DataTables
I understand the need for sEcho in the request/response processing for asynchronous requests. What I am wondering is how to improve overall system performance by using browser, proxy, and server side...
View ArticleExcel like comment
I'd like to add excel like comments on cells. These comments would be editable. Would someone have an idea ? Thx
View ArticleSorting does not work at all
Hello, I am using datatables with twitter bootstrap. I followed the instructions in this blog: http://datatables.net/blog/Twitter_Bootstrap_2 I managed to display the table in DataTables format but the...
View ArticleServer side join issue
I'm trying to add sJoin to my server side script, but if I add any fields with a dot "." in them (eg: 'table1.field') it throws up the error "Undefined index: table1.field" But the dot is necessary for...
View ArticleColVis questions: opens but cannot close the column list, doc for grouping...
Great program, thanks! This morning I upgraded to ColVis 1.1.0-dev from the nightly download (I did this to fix Uncaught TypeError: Cannot read property 'msie' of undefined per discussion 13805). Now I...
View ArticlebSortable: false doesn't disable sorting
Pretty much what the title says. I also have bSearchable set to false, and that *does* work and disables searching in that column. Here's the debug info: http://debug.datatables.net/acagik
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 Articlemulticolumn sorting only works with 5 columns of data
I am using multicolumn sorting, and everything works great when I use 5 columns of data, but when I try to use 4 or 6 columns, the sorting and filtering functions don't work. Is there a piece of code I...
View ArticleKeyTable not scrolling the page along with the key navigation
Hi Allan, Please check out www.rami.name I am using KeyTable plugin and I am having a problem where the page is not scrolling correspondingly with the key navigation. To reproduce the bug just go to...
View ArticleHow to minify again dataTables
I would like to fix a bug as Allen told me and for that I would need to correct it in the non minified version and then minify it again. I was wondering which method should I use to minify the...
View ArticleApply server side filters on click
Hello, I am using your excellent plugin and have managed to get most functionality required with ease. One requirement outstanding is the ability to only apply filters once an "Apply Filters" button is...
View ArticleFixed Column Problems
Okay, I am getting the same exact error as (https://www.datatables.net/forums/discussion/13958/problem-with-fixedcolumn-plugin) from Internet Explorer 8. There error states: Message: '0.className' is...
View ArticleAppend an ID to each td in rows
Hi, sorry, I fixed my previous post, I found the bug. But my question is, how can I append and post a row Id to each cell in rows using sAjaxSource, and jeditable with datatables? Thanks!
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 ArticleDatatables very slow in Server
I am using datatables for sorting and searching the large set of real time data that is coming from the Probe server. The data is stored in DB2 in a DB server . I use Impact policy language to fetch...
View ArticleCannot change toolbar when using url language
Hi, When I use sUrl for oLanguage and try to append text to table_filter, the text does not appear. When I use other options of oLanguage (e.g.: sProcessing), the text appears just fine. <!DOCTYPE...
View ArticleRow Details example not working properly.
I'm new to using Datatables, and just about anything in programming. I followed the example for the Row Details but for some reason the thead is not being associated with the correct aaData array. I'm...
View ArticlejQuery tablesorter textExtraction functionality for dataTables?
Hi. I'm currently trying to do a switch from tablesorter to dataTables on one of my sites. I have found that dataTables is far superior when it comes to handling large amounts of data, plus the...
View ArticleaoSearchCols does not appear to respect aoColumnDefs when colum is hidden
We use aoColumnDefs to define hidden columns primarily for IDs. We just wired in aoSearchCols to define default filter values and one thing we noticed is that Search Columns values do not appear to...
View Article