Serverside Processing with AJAX and a non standard datasource
Hi. I am attempting to use datatables to page data from our internal API. The datatable is fetching data but for some reason the paging controls are not active. I manually set the iTotalRecords value...
View Articlecheckboxes value gets stored as "array"
Hey and thank you for this awesome tool. It's been working great until I added checkboxes in the fields. The column "sok" wich I changed from being a select gets the value "Array" in the mysql db. I...
View ArticleIndividual column filtering (using select) doesn't work with Ajax source
Hi, I've combined two examples: http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html http://www.datatables.net/release-datatables/examples/ajax/ajax.html together but...
View ArticleVertical Scrolling Messes up Column Header Alignment
Hi all! I'm using version 1.8.1 and am having nightmares over column header alignment with vertical scrolling enabled. After using various hacks to get this to work (looping through the scrollBody...
View ArticleFixedColumn messes line alignment
Hello! I'm new to DataTables and I'm trying to create a table with 2 fixed columns and fixed headers. I'm using DataTables version 1.9.4. When I use the fixedcoluns, the line aligment gets all messed...
View ArticleForm send by POST only visible row
Hellou, first I must thank you for nice datatable! I have form with datatable. If I am using filter when I send form. The POST containts only visible data by filter, hidden not. This is problem for...
View ArticleTableTools not working in Safari 5.1.7
Hello, I have installed the WordPress plugin TablePress, which uses DataTables and TableTools: http://wordpress.org/extend/plugins/tablepress/ I am calling it on this page: http://juiced.gs/index/ via...
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 ArticleTable tools, pdf: add style? At least bold and italic?
Hi, probably I'm missing something. Datatables saved my life but now I have a really bad problem for me: I need to export a pdf from a table that has some <b></b> and <i></i>...
View ArticlePreserving row grouping with Excel export
I'm implemented row grouping in my Datatable from this example http://datatables.net/release-datatables/examples/advanced_init/row_grouping.html, and I'd like to preserve this when exporting to Excel....
View Articledisplay differences when table content is loaded from ajax
Hi I have nearly the same script and content, loaded once as a whole html page, once as a div content from an ajax request. Main difference is ajax involved in second case. Table content is the same....
View ArticleIs there a way to search ALL COLUMNS and not just the ones being displayed?
In other words, I need the global search to look up all the columns in my database table. Has anyone encountered this problem? I know I could use the scrolling plugin, but one of my fields includes...
View ArticleExample for fnAddData with mdata
Hello, I am looking for example for adding a row with fnAddData and mdata. Background is, that I want to add a jquery button inside a cell. It seems thats possible with mdata. Regards, Jens
View ArticleProcessing not working when JSON has only one row with a null value
Here's the situation: I have a table that displays assignments, but the end-date of the assignment can be null. It works fine when there are assignments with end-dates, however as soon as my data only...
View ArticleDisplay "Loading..." in table when using fnReloadAjax()
I am using DataTables with the Bootstrap theme loading data via sAjaxSource. I like how when I load the page I get 1 row that displays "Loading..." but I have a couple filters that reload the data...
View ArticleAfter click an <a href..></a> the specific column appears as...
Greetings... I am trying to eliminate the selected style from a column which contains an <a href...> element, I am using the next code in order to get the row selected take an orange color when I...
View ArticleoSettings is null (Without AJAX SOURCE)
Hi everyone, i'm using the datatable (simple row selection option & show/hide hidden row details) with mustache (js templating system), the table is filled when the mustache template is called (so...
View ArticleInfinite scrolling and loading images
Hi Allan My table has around 2000 rows and each row contains a small thumbnail image. At present, rendering the table results in 2000 requests to the server for images. Is there a way to only load...
View ArticleQuery many mysql tables across server-side processing with php code
Hi, I try to do a query. But not single a table, I need two table to work and I had to modify the php code to do it. But just function if you have field names in english. This is the code: <?php /*...
View ArticleIE runs slowly with large amounts of data
I've seen a lot of this on the forum and I've tried several suggestions. Below is where I'm at, looking for some suggestions. Scenario: 20 - 30 data tables on a page (this is dynamic) 24 columns, 12...
View Article