fnServeData and xml
Hello, I have used Datatables in various configurations for the last 6 months. Now I have the following requirement and I'm stuck. The source file is xml and I would like to use fnServerData to convert...
View ArticleTable cells with child elements messing up sorting?
This seems strange: http://jsfiddle.net/y5d3b/ Some of the TD elements have empty DIV elements and it seems to be breaking the sorting. Is this expected behavior? Is there a way around it?
View ArticleHow Do I Increase Table Width When Dynamically "Showing" Hidden...
I have a table with many columns, some of which are hidden by default. The hidden columns are optionally shown by checking a check box in the row header for the parent data field. The show/hide...
View ArticleCreating a unique list from a database table
New to SQL dtabase programming. What is best way to create a unique list from a table. I have a table that contains a column with user names. The problem is there are multipy rows with the same user...
View ArticleProblem with the TableTools using Twitter Bootstrap
I imported TableTools into my project using this example: http://datatables.net/release-datatables/extras/TableTools/bootstrap.html Is it just for me or there is a problem with the Save dropdown menu...
View ArticleDrill-Down Rows w/ Static Content
Hey, I am fairly new to Datatables. In fact, this is the first time I am using them. I am trying to create Drill-Down rows with static content. I saw the section on Drill-Down rows, but there are still...
View Articleneed Processing message to be modal
we have a few tables in our app that handle over 100k records, and coupled with column text searching/filtering it can take a few seconds to query the db and come back -- I'd like to implement a modal...
View ArticleDatatable updating Entity through Ajax
I keep getting this error when I try to update an element from the table in the view(in symfony2): Cell cannot be updated(Server error) I'm not sure what the problem is. Is the routing that is...
View ArticleSearch/filter finds matches in html tags
Hello, I have a table in which a couple of the colums contain links (a href). When I do a search, it finds matches within the <a href... ="abc.html?name=test&etc"> tags. Is there any way to...
View ArticleProblem with ColReorderWithResize + sScrollx
First of all, sorry for my english. I have in my application the ColReorderWithResize plugin and I want to have an horizontal scroll. Then I write sScrollx: 100% in the datatable configuration. When I...
View ArticleSorting a DataTables checkbox column (success but maybe not correct way)
Hi Alan I want to sort a checkbox column and have managed it BUT given all the documentation on "sSortDataType": "dom-checkbox", etc I can't help but think I am over engineering this. Your comments...
View ArticleHow to set page number when Exporting DataTable into PDF file?
Hello, Is it possible to get page number to PDF export of the DataTable? Br Mike
View ArticleDatatable statesave problem.
Hi, I want to clear the data in statesave cookie on changing a event in a dropdown...how can i do this??.....I dont want statesave cookie to remember the data all the time..on some condition it should...
View Articlesubmitting "clear search field button" plugin
Hello, I have developed a plugin that some people on the forum were searching for and would like to share it. It adds a "clear text" button for the search field that when pressed deletes the filter....
View ArticleTable refresh
Hi, I updated a cell in a column and I wanted to filter this value with help of a select box, but it was ignored. I tried to use the fnDraw function but it was unsuccessful. How can I refresh the table...
View Articlesorting not working correctly
Hi, I'm using jQuery 1.6.2 and DataTables 1.8. When i try to sort first column ,second colunm sorting working. if i click second column ,third will work.table have 13 columns and records displaying...
View ArticleChange Row Data With Javascript
I am looking to be able to often change row data with JavaScript depending on results supplied by a socket connection. I was just wondering what the best way to do this without compromising too much...
View ArticleIE9 DataTables Editor PopUp Issue
I am experiencing issues with the datatables editor popup window (lightbox) on IE9 and other versions of IE. It works fine on google chrome. In IE9 it doesnt show up in the lightbox and just appears at...
View ArticleSQL integration for offline database
Hello, I am trying to integrate datable editor into tablet/ipad apps. I am now looking for table/form entry like this product. I need it to use a sql database that is offline. It will be on the local...
View ArticlesAjaxSource not working for Java servlet
I've got a Java servlet that is returning valid JSON data with the content type set to "application/json" (as suggested elsewhere. The JSON data looks like this (saved by going to my servlet's url):...
View Article