ColReorder - prevent fnServerData call
I am using the ColReorder plugin 1.0.8 with DataTables 1.9.2 My configuration is Server side processing, and I've noticed that when I drag a column to a new place, the fnServerData callback is fired....
View ArticleThe filter will be incorrect after reordering columns
Hi Everybody, I have a problem when I use ColReOrder State Save (http://pastebin.com/bhScgaC8) with Column Filter plugin (http://jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html)....
View ArticleTable Tool Buttons Not Working (inside DIVs) w/ JQuery Tabs
Hi, I am having a problem making the buttons work as intended with table tools. When implemented, the CSV and PDF buttons do not do anything when they are clicked and I think its related to a DIV...
View ArticleDatatables with X-editable plugin
Hi everyone, I use Twitter Bootstrap X-Editable (demo http://vitalets.github.com/x-editable/demo.html) plugin with DataTables. And I use individual column filtering (using select menus) . Table TD code...
View ArticleDataTables 1.9.4 + AutoFill 1.1.2 -> strange behaviour after updating...
Hello everyone! Since jQuery CDN has updated to version 1.8.3+ (somewhere betwen 1.8,3 and 1.9, I didn't follow the jQ updates last few weeks), I'm experiencing problems with latest jQuery DataTables...
View ArticleTableTools and ColReorder - compatible with each other?
Hi, Has anyone successfully integrated the two together? I am using TableTools primarily for the Print button, and initialized both plugins using "RT<"clear">lfrtip". Reorder works like a charm,...
View Articlesearch don't work
Hi i have this sample code: $('#datatable-test').dataTable({ "aoColumns": [ { "mDataProp": "Name" }, { "mDataProp": "Date" }, { "mDataProp": "xx" }, { "mDataProp": "yy" }, { "mDataProp": "zzz" }, ],...
View ArticleAJAX Source - Oracle Server Side Processing
I'm working on implementing the new Oracle based server side processing from "http://www.datatables.net/development/server-side/php_oracle'. I ran into a few issues and have worked through most of them...
View ArticlePagination from server side not working
Hi, All my datatables are working correctly, but one of them simply doesn't show pagination (whatever the number it always shows 1 page) The server side result is like this...
View ArticleWhat to put in sDom to display lengthmenu with bootstrap
Hi! Before using Tabletools in my datatable, I have on top of my table: listbox of lines number "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] but when I use tabletools like this:...
View ArticleSending non table data from server side
In my table I am sending JSON from the server side with "aaData" as a key. The value pair of "aaData" is loaded successfully in the table. In some cases I have a to display some additional information...
View ArticleSpecific color lines
Hello, In the examples in Grade X lines are red. In my table, I need to fire something similar. Should the line is a different color if the value of my "status" column equal to 1, 2 or 3. So défférente...
View ArticleSubmit on blur unfocusses the next field
I'm using (or better... trying to use) Datatables and jEditables to represent data and make it inline editable. Most of the desired functions work just fine, only tabbing through the cells in a row is...
View ArticleAdding classes based on JSON value
I am gearing up to use the JEditable plugin, but have a dilemma. Only certain columns will be editable and it will be determined server side. So I need a way to set the class of <td> that have a...
View Articleserver side processing and iDisplayStart
Hello, I am looking for a way to specify how to set iDisplayStart for sub-sequent requests to the server for data retrieval. Reason: paging through tampered data...
View ArticleTableTools error with jQuery 1.9.0: .live() is deprecated
jQuery 1.9.0 is no longer supporting the .live() method. It should be replaced with the .on() method. Currently TableTools 2.1.4 throws the following error with jQuery 1.9.0: $("tr", dt.nTBody).live is...
View ArticleHow apply width to a column in a datatable?
Hi. I would like to know how can i apply the property width to a column in a datatable?. The problem is i have a column with some text, like "text1 my text" in the header and just one word in the...
View ArticleTableTools not sorting on Print View
Hello, I am trying to use Tabletools and everything works perfectly but the sorting of columns on while on print mode. I dont know if this has anything to do with the fact that the table is really wide...
View ArticleTable Tools with Drill Down rows - How to initiate it?
Hey! I set up a datatables with server side script and drill down rows. Is there a way to combine Drill Down Rows (details) with Table Tools? I use the pdf and print function. The print function seems...
View ArticleServer side processing hangs
I am trying to get DataTables working at the genetics research institute where I work. After discovering DataTables at RailsCasts, I've followed Ryan Bate's example as far as I can, and tried to study...
View Article