using the example from /blog/Inline_editing with a json data source
Hello, Datatables looks great, I'm currently implementing it for a project, I've run into a little snare. I like the idea of the editor but I wanted one inline, the solution i found was a post here: I...
View ArticleDataTabkes._Filter Move left
Hi All I am very new to this only joined today; I have manage to hide both the Datatable._info and Datatable._lenght Now I want to move the datatables._filter from the right of the grid to the left....
View ArticleDataTables hidden row
Hello, I'm a newbe with all this stuff. I would like to know can i combine the Hidden Row Table with Individual Column Filtering table. How is this done? Thank you in advance! Coach
View ArticlefnOpen with fixed columns?
Has anyone used fnOpen to display additional details about the current row when using fixed columns? I adjusted the example server-side show/hide details script...
View Articledatatables with php mysql and have links or options
Hello loving datatables but have a hard time to make them how i really want usually i make my tables with a repeat or do while, but after testing datatables want to try them im using right now...
View ArticleCustom Order on Server-Side
Hi!, first at all thanks a lot for this great plugin. I'm having problems to understand how to change the order of columns on server-side. I have readed this:...
View ArticleOutput Applied Filters
Is there a way to have DataTables spit out the applied filters? I found a bug in my code, where when toggling one of my filters from one view to another my table collapses as if a filter has been...
View ArticleWarning: TableTools 2 requires DataTables 1.9.0 or newer on Internet Explorer...
Hello, I'm receiving the error shown below on IE8/9, while the same code works just fine on FF/Chrome: " Warning: TableTools 2 requires DataTables 1.9.0 or newer - www.datatables.net/download " Below...
View ArticleKeep DataTable but repaginate after repopulating DataTable
Okay, this is at least my third question. I am using the DataTable plugin to great effect on a project I am working on but we need it to do what it does plus several more things. On certain actions we...
View ArticleHow to refresh/resizing after revealing hidden data in a cell
First time poster. This one is probably really easy. Sorry, there is no web link. One of my Datatable columns is "contact information". The contact information can take up a lot of space and most...
View ArticlePagination doing odd things
I'm a newbie here, so be gentle if I'm missing something massively obvious. I've applied DataTables to an existing table, with "full pagination", and the pagination part is sort of hovering at the...
View Articlerow select in table
var 123; $(function() { 123 = $("#1234").dataTable({ "sScrollY": "209px", "bPaginate": false, "bScrollCollapse": true, "bFilter": false, "bAutoWidth" :true, "bProcessing": true, "sAjaxSource":...
View ArticleSelect name "example_length" being submitted (change to id?)
The select box "example_length" is being submitted with the form data because it is named. Can you change the name to an Id so it wont be submitted?
View ArticleDatatables column header not expanding automatically
Hi, I have a datable inside a tab. My application has a left pane and a center pane. Center pane displays the data table and left pane is used for browsing. My left pane is collapsible, but whenever I...
View ArticlePuzzled - when I add TableTools, my existing page stops working
I had a lovely page, with advanced pagination and search - close to 1,000 rows all being sorted/filtered client-side. Then I thought I'd add TableTools to have the export options. I copied the...
View ArticleDid not work aoColumns mystring when using sAjaxSource
I used mystring for null last sorting, but when I changed to use sAjaxSource, it didn't work. In server side php code, server_processing.php, I could change ordering by sql ORDER BY function, so is it...
View ArticlefnServerData - what is aoData?
I have code: $(document).ready( function() { $('#example').dataTable( { "bProcessing": true, "bServerSide": true, "sAjaxSource": "xhr.php", "fnServerData": function ( sSource, aoData, fnCallback,...
View ArticleProblems with sProcessing not showing up
I have a two datatables on a page and am using server side processing on one of them. I want to show a processing note as the search can be quite lengthy, but I cannot ever get anything to show up at...
View ArticleProblem compatibility server-side processing django
Hello there, i'm trying to use datatable with django and return a json to my datatable with ajax like this man does it: http://datatables.net/development/server-side/django It was working with my own...
View ArticleTable content width exceeds header width
Hi all, Table content width exceeds header width when large data is inserted on fields. How can I avoid this? :( i.e: http://img854.imageshack.us/img854/1827/37773010.jpg I´m using DataTables 1.9.4...
View Article