Ajax call won't run
New to databtables, my server-side function never gets called, anyone know why? Thanks. (when I call the now-empty function you see here directly I do get the expected Json results) public class...
View ArticleEditor adds 'id' column; how do I prevent this?
I just started using Editor yesterday, and generated some sample code with Generator. My js/table.name.js and php/table.name.php files both show only the fields I specified in Generator, but DT appears...
View ArticleProblem with header using Datatables inside jQuery UI Tabs and scrolling
Hi All, I am using many datatables inside several jQuery UI Tabs and I have a problem with the headers of every table while using YSCROLL. They completelly get missalign and seem to float a bit to the...
View Article<td class='sorting_1'> not highlighted when...
Here is a demo to illustrate the issue: http://jsfiddle.net/halifaxious/UCtLa/ I would expect all the columns in a row to be affected by the jQueryUI highlight effect when it is applied to the row. But...
View ArticleHow to get entire grid data using aoData when using bDeferRender option...
Hi, I have implemented a separate excel export functionality by using the data from aoData. Everything works fine if I don't set the bDeferrender option, else only the visible data is getting exported...
View ArticleExporting to Excel format removes zeros in starting of some strings that...
How to solve or avoid zero-deleting starting of strings that seems to be a number? Example: My table contains two identifiers of objects: 888-332-12A and 000999988. Why the tool assumes that the second...
View Articledata table conflict with require-jquery.js
In my application we have used require-jquery.js. Now i have implemented data table. It is working fine when remove "require-jquery.js". But when i include require-jquery.js i' am getting below error,...
View ArticlefnReloadAjax doesn't work with bServerSide set to true
Hello, I'm using DataTables 1.9.4 along with fnReloadAjax plugin. I've set bServerSide to true and the data table is initialized properly when the page loads. I have a drop-down list that allows the...
View ArticleTableTools 2.1.4 and fnRender
Hi, I'm using DataTables 1.9.4 and TableTools 2.1.4 : really beautiful stuff. Simple problem : to display numeric values as integers (no decimals), I have defined "aoColumnDefs": [ { "bUseRendered":...
View Articleconditional delete
$_POST['action']=='delete' i want to make a check so that if the $_POST['id'] item is used in another subcategory table. If so i have to stop execution and show the message. Where to incorporate this...
View Article$.browser removed from latest jQuery stable causing issues with DataTables
All references to $.browser need to be replaced with whatever $.support equivalent makes sense in each situation to enabled DataTables to function correctly with the current jQuery stable (v1.9)....
View Articlespecial characters in datatable
i am loading data from a text file. the slashes in the file are not getting loaded.it shows json formatting error. how to display the slashes?
View ArticleAdd attributes like "data-" to TDs -- How-to
I needed to have attributes added to the TD in my dataTable. As I thought to use RowCallback would be to late to add those attributes and also because all is in the aoColumns, I mean the descriptions...
View ArticleRow Number insert
$(document).ready(function() { var oTable =$('#example').dataTable( { "fnDrawCallback": function( oSettings ) { table_rows = oTable.fnGetNodes(); $.each(table_rows, function(index){ $("td:eq(0)",...
View ArticleSlight error in plug in "Server-side processing | PHP with Oracle"
Hello, I just wanted to signal a little issue in this plugin ( http://www.datatables.net/development/server-side/php_oracle ) line 246 and 247: oci_bind_by_name($statmntFinal, ':whereSpecificParam '.$i...
View Articleload data from CSV server side
Hello all, I could not find the answer to this question yet, so I tried creating it myself. Although I'm slowly progressing toward a working goal, I feel like I'm re-inventing the wheel every line of...
View ArticleColVis column chooser taking too much height with many columns
I'm using ColVis on a table that is shown into an overflow div with an horizontal scrollbar. This table has many columns (about 25). When i click on the ColVis button to choose which columns to...
View ArticleProblem with serverside processing, sorting, filtering and refresh of the table
Hello, I am using the latest version of the code, here is my code: $('#listeProps').dataTable({ "bJQueryUI" : true, "sPaginationType" : "full_numbers", "iDisplayLength": 10, "sScrollY": "400",...
View ArticleHow to sort on two columns
Hi, I've got two date columns, how can I make it so that when you click a column it sorts by two date columns behind the scenes?
View Article