dont sort first row
Hi, i have a datatable where the first row is the insert-row (css-class=InsertRow) I want to ignore that row when sorting the table so that the insert-row is always the first row. edit: following code...
View ArticleCould aDataSort refer to column like aTargets does?
Would be great if aDataSort could use the same type of index as aTargets, i.e. a string - class name will be matched on the TH for the column 0 or a positive integer - column index counting from the...
View ArticleWhat is the effect/rationale of the redraw argument on fnUpdate, fnAddData...
First, my question: When I pass false for the redraw argument when calling fnUpdate, fnAddData and fnDeleteRow, what happens? Does the change only occur in the dataTable's internal data, and is not...
View ArticleJsonp aoColumns Mapping Issue
Hello, I have been working with DataTables 1.9 to read a return from an AJAX jsonp datasource. I have been able to successfully run a working example from the site and reproduce it at the following...
View ArticleDatatable not working for morethan 500 rows
hi, i am using datatable 1.9 and using json web service as data source.it working fine for below 500 rows but not working for more than that.any help would be appreciated. thanks and regards
View ArticleUse of DataTables with PhoneGap
I am reposting this as a new thread rather than as a comment to a pretty old one, which hasn't had any replies. I hope that's OK. I'm using jquery mobile 1.2 and DataTables 1.9.4 with PhoneGap and...
View ArticleUsing filtering API on a hidden datatable.. possible?
I have a unique usage (at least as far as I can tell based on the lack of other folks doing something similar) of datatables to where I'm using datatables for its filtering/sorting/paging...
View ArticlefnRowCallback, Show Info API
Hello, In my case DataTables to connect to my database to show my subscribers. But for every subscriber I absolutely need to display information from an API. Here is my php script to retrieve...
View ArticleDataTable ignore Hidden Rows while sorting and filter
Is there anyway for datatable plugin to ignore hidden rows so the alternate row color doesn't get mess up and the sInfo will display the right number of rows. When i hide a row the sInfo information of...
View ArticleHow can I detect when the user has changed page inside the table?
Thanks for your help with my previous questions, Allan; I've now got DataTables working perfectly inside the Watchlist page of my ebook search site, http://luzme.com. Sorting, filtering, pagination:...
View ArticleHow to make a row clickable using json data
I'm seeing some references to how to bind a click event to the rows in a datatable but I'm not clear on how it works. I see references to fnDrawCallback but I haven't had any luck getting it to work,...
View ArticleDataTable(s) are not getting resized using fnAdjustColumnSizing
Hi, My application has left pane and right pane. Right pane has multiple tabs and each tab holds a datatable. I provide the ability to expand the right pane if the users want to view just the right...
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 ArticleHow to change default value of iSortCol_0
First of all, thanks for this great API ! I have a table that contains 6 columns and i want to sort the 3th column by default (i mean by default the first visit of a user). Is there a way to set the...
View ArticleReplacing table column with images
In the database I'm reading from, I have a "status" column. Essentially it is storing a, open and closed option for a row. I have an image I want to use for the open status and for the closed status....
View ArticleDataTables warning (table id='displayData'): DataTables warning:...
Hello I've got the following message error when I load a datatables DataTables warning (table id='displayData'): DataTables warning: JSON data from could not be parsed. I've been inspired from...
View ArticlePhp + PostgreSQL = it Works, but doenst find records
Hello, I will try to be quick and clean :) Im using the script provided on this link http://datatables.net/development/server-side/php_postgres Following, the changes i made on the file: /* Array of...
View Articlehelp text in search/filter window
My search filter textbox says "put your search term here" just like other websites with multiple textboxes help you figure out what box is for what ("your email here", "enter your password", etc). Now...
View ArticleDataTables warning (table id = 'My Table'): Requested unknown...
I know this is a pretty common error, that is generally an issue with the column count. I do have the column column correct, and my javascript array appears to be good. I am stumped. I used the...
View ArticleiDisplayLength not working when i am using aoColumnDefs
Hi, i am new to DataTable. i have changed "iDisplayLength" value to "2" and using "aoColumns". i am passing json object with 10 records to datatable, then grid is loading with 2 records. this is fine....
View Article