mysql fields with foreign characters returned as null
If I have some foreign characters (Norwegian) in a field it is returned as null in the json response. The database and table are UTF-8. Also the encoding of the HTML page and PHP script page (using...
View ArticleBody columns don't align with head columns only in firefox.
Hi, there I'm testing almost the same as the example "row grouping using the fixed column" http://datatables.net/release-datatables/extras/FixedColumns/row_grouping_height.html ( I have rowspan header)...
View ArticleMissing oScroller
'sDom' : '<"fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix"fr>t<"fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix"iT>S', but I have no...
View ArticleASP MVC DataTables - No Errors No rows displayed
Hi Allan, or anyone who may be able to give advice - I'm working to implement DataTables in an ASP MVC project I'm working on. I seem to have everything set up properly, but I'm not seeing any data...
View ArticleUnwanted repeated calls to function handling row clicks
I am having an issue while using datatables 1.9.3 here at the office. my function to handle a clicked row is as follows : function update_row_data(row_number) { \$(document).ready(function() { oTable =...
View ArticleUse of sScrollX creates duplicate table header id's, causing...
Firstly, would like to say thanks for a great plugin! I do have an issue that I struggling to resolve ;o( My table has to conform to WCAG 2.0 AA standard. I encounter an issue when id’s have been...
View ArticlemRender giving an initial error
I am using the mRender to display a count (not coming back in my ajax call) and a button (using a value in my data that I am not displaying). When i initially load the page, I get the following error:...
View ArticleJson without aaData
Is there a way to work with Datatables with sAjaxSource where the returned JSON has no aaData? My table: <table id="example"> <thead> <tr> <th width="2%">Id</th> <th...
View ArticleUncaught TypeError: Cannot read property 'style' of undefined while...
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0 ,maximum-scale=1.0 ,minimum-scale=1...
View ArticleNeed help with saving row data when clicked on & saving the state from...
Hi, I am very new to datatables. I have a JSON data that is passed to in response to AJAX call, and then, invoke the datatables on the json data as follows, and activate one tab of the page to contain...
View ArticleJquery version compatibility with DataTables 1.9.4
Hi all, we are using jQuery 1.7.1, is it compatible with the 1.9.4 release of DataTables?
View Articlefilter & info boxes sticked to the right & left window borders
hello My table has a width of 1000px and is centered, but with these values, the filter and the info _box are at sticked to the right & left border of the screen. what should I do to avoid that?...
View ArticleCannot set column width while using filters
I am attempting to set column width while using filters...The filters are a row in the thead , so my thead has 2 rows. However, the aoColumns are not being applied. If I remove one of the rows (say the...
View ArticleDestroy the datatable doesn't reset the column's visible setting
Hi all, I used oTable.fnDestroy() to destroy table and reinitialise table. But the column's visible setting didn't reset.
View Articlepre sort callback
Hello! I have a page with a datatable. There is also a process that update directly the DOM of my table. I have no control over this process. The table is sortable. But I think that the sorting...
View ArticleaoColumnDefs, sClass and aTargets (using class name) doesn't work.
I am trying to use "aoColumnDefs" with "sClass" and "aTargets" (using the class name) and it doesn't seem to work. When I debugged the jQuery.DataTables.js code I found that line 433 was always...
View Article[COMPLETE SOLUTION] - Passing Filtered and/or Paginated Form Fields with...
I'm posting this "complete solution" (hopefully it is for the vast majority of you) of how to handle passing form fields that are visible or hidden (due to pagination or filtering) and optionally,...
View ArticlePerformance questions: lazy initialization + striping
I like DataTables, and for small tables, it is the best I have come across so far. For large tables, especially in combination with older browsers like IE8, but even newer ones, it is slow. Is there a...
View ArticleDatatables within asp:TabContainer where asp:TabPanels are dynamically...
My asp:TabPanels are generated from code behind and the templates are exposed as user controls. Each tab has the same layout, a ListView with a table of data. To get the table to render the thead and...
View ArticlePlug-in fails for large amount of data (84000 ) input fields
Hi, My HTML layout consists of 60 header <th> cols , 1400 <td> rows. For this large data, plug-in fails. No error is thrown. IE browser says it encountered a problem and gets closed. I read...
View Article