some rows mis-aligned in IE9 - when over 100 per page selecte
Hi, I have an IE9 issue when I select show 100 rows per page from the drop down. When this is selected, occasionally, as I am paging through, a row will seem to be 'pushed' one cell to the right...
View Articleshift-click select not working
http://debug.datatables.net/exuxis http://jsfiddle.net/bigsipper/CDdbX/ Using the code found here as an example: datatables.net/forums/discussion/14165/multi-select-with-ctrl-click-and-shift-click/p1...
View ArticleFixedColumn table load slowly under IE8
Hi Team, I got some performance problems when using fixedcolumn table 1.9.4 (jquery 1.8.3) under IE8. My table is huge and include columns(280) x rows(40). it cost more than 50 seconds initialize my...
View ArticleSelected Row datatables does not work
Hello, I am trying to add the functionality in my table to be able to select single rows and highlight the one selected. I am using the following code but it seems that nothing happens, when I click on...
View ArticleColumn filtering on URL query string
Hi, Can someone help me with automatically filtering a column from a URL query string. At the moment I can set the value of my column filter to value in my URL. However I have to hit return or type in...
View Articleindividual column filtering meets AJAX source!
Hi, I am trying to get the individual column filtering (select) example working with an AJAX source. The table displays perfectly but at this point, unfortunately, all my drop downs are empty. My code...
View ArticleShow/hide multiple columns at once
I want to show/hide groups of columns based on filters (represented as links) next to my table. Each filter will be a JS array containing the column indices to display. Any ideas how to do this? PS. I...
View ArticleSort on custom data
I am using a json object to display my data in the datatable. Although I am passing the complete json object to the datatable function, I am only displaying some things in the json object in my data...
View ArticleImages are '404 Not Found' on datatables.net.
I am waiting for the 2.1.6-dev TableTools package... but for now, I am using nightly builds: <link href="//datatables.net/download/build/nightly/jquery.dataTables.css" rel="stylesheet"...
View ArticleIndex column (static number column) + Server-Side-Processing = Missing Column...
Hi everyone, I didn't know under which category I should put this, so I picked "DataTables 1.9". I am using server-side-processing to get all the data on screen. But once I change the number of shown...
View ArticleIndividual column filtering (using "select" elements)
I'm using the filters for each column http://datatables.net/release-datatables/examples/api/multi_filter_select.html, I would like to know how I can do to make it have only a few columns. thank you...
View ArticleGetting a TypeError when calling 'fnPreRowSelect' - e is undefined.
http://jsfiddle.net/bigsipper/nwMAP/ http://debug.datatables.net/elukep I am using an example from a previous discussion to 'disable' row selection on certain columns....
View Articlejquery datatable hide column by name
Hi All , I really love this plugin ..its simply awesome. i am new to it .. so please tell me how can i hide whole column by its name . tried to google this but just found following code and similar...
View ArticleChinese translation report export to pdf display "???"
I have few language for my report. However, when in Chinese simplified, the pdf that been export shows "???" in all the header and footer. Anyone has idea how to fix this? The way I did is echo the php...
View ArticlePost initialise access to multiple datatables on one page
Hi there, Myself and a fellow developer are having a major headache with this one. We have (currently) 4 datatables on a single page and two of which we have a checkbox to allow the user to select all...
View ArticleProblem with server-side processing
Hello, I've got a problem when I'm trying to make my datatable with a JSON File... See my HTML code below : <html> <head> <title>Extraction des users avec liste des...
View Articlepopulate data in datatables based on user input.
Hi friends, Good day to you. My name is giridhar,i have a doubt regarding data tables. Iam getting data from controller to populate data in my datatables. I need to get the data based on one input...
View ArticleHow to save oTable to MySQL
I've read through the doc and came across this qualifier: Data is not saved to the server at the moment, just the local DataTables instance - so a reload takes the table back to it's original state. An...
View ArticleCharacter encoding problem
Hi, i use server-side processing with datatables 1.9.2 and i display some data with Greek characters that all change to ???? this is probably an encoding problem. I used this header("Content-Type:...
View ArticleHow to output oTable to an external Var for further data manipulation
Say we have a table of 100 customer records with unique field "id" and field "name". In datatable, only customer names starting with alphabet "A" is filtered. So for example there are 5 customers with...
View Article