Server side join issue
I'm trying to add sJoin to my server side script, but if I add any fields with a dot "." in them (eg: 'table1.field') it throws up the error "Undefined index: table1.field" But the dot is necessary for...
View ArticleProblem with Colreorder
Hi All, I have problem with my Colreorder function. It is working with some of the grids and I am facing problem with particularly editable items in a grid. The problem is while reordering the columns...
View ArticleoAria is undefined
Hi, I use DataTables version 1.9.4. I want that the initial sorting is made on the column 8. oTable.fnSort( [ [8,'desc'] ] ) works well, but sends back an error in Javascript console of Firefox ( oAria...
View Articlesum filtered rows/columns
Hi I want to be able to sum a column of data after a filter has been applied using the plug in column filter. I found this thread:...
View ArticlefnRowCallback in combination with dynamically showing/hiding columns
I'm currently using fnRowCallback to set a low contrast on "empty" cells that have values like "-" or "n/a". This was working great with the following set up: $("table").dataTable({ "fnRowCallback":...
View Articlecheckall function does not work well with jquery1.9.1
my codes: $(function(){ var oTable = $('#dyntable').dataTable({ "sPaginationType": "full_numbers", //"bStateSave": true, "aoColumnDefs": [ { "bSortable": false, "bSearchable": false, "aTargets": [0],...
View ArticleIssue styling column headers with sScrollX (with test cases)
Hey guys, I've been playing with this cool plugin recently and am having trouble styling the column headers. I'm fairly new at this so please forgive me if I'm missing something obvious. Here's what...
View ArticleDatatables columnFilter showing old values on table reload
I'm passing a json object into a function that creates a datatable. I'm using columnFilter to add filters to each column, and I use an array to fill the filter list. I have a pic <a...
View ArticlebPaginate is not working
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <script type="text/javascript" src="/js/jquery.js"></script>...
View ArticleDataTable column width expansion when in editing mode
I've been working on a web application using Datatable 1.9.4, and I see a strange occurance where as soon as the user goes into inline editing mode, the column width expands greatly, distorting the...
View ArticleIssue when calling fnSetFilteringDelay() on multiple DataTables
I lost an entire afternoon on what turned out to be a really stupid issue. I've been unable to find anyone with a similar issue so I figured I'd post it here just in case anyone else has a similar...
View ArticleColReorderWithResize resizing not enabling
Hi, I recently download from git ColreorderwithResize. The column reorder seems to work fine, but I cannot get the resizing divider (the black bar) to appear and a mouse drags move, but do not resize,...
View ArticleIs it possible to extend State saving functionality?
Hello, I've built some custom filtering buttons in my server side processing datatable, which add Parameters to sAjaxSource. My API then knows when to modify the SQL statement. I want to use...
View ArticleWindow.opener.parent changes
Hello, We have a data table shown on a jsp page.Clicking on row we show details of that record on an popup window. Now on popup we have a next and previous button where basically on a popup window i...
View ArticleRequest unknown parameter
I have problem with my datatable installed on my site and can't seem to find solution to my problem. http://debug.datatables.net/ivoqig
View Articlemultiple datatables in easytabs
I'm creating multiple datatables with easyTabs plugin on easytabs:after hook. the problem is only the first datatable is displayed correct on all other Datatables the last column is displayed outside...
View ArticleJust a question about mRender
Hi. I just want to ask some question about 'mRender'. For some fields I specify it as a function to return some formatted content. Something like this "aoColumns": [ { "mData": "createdDate",...
View ArticleClone record in Editor
Hello Alan I'm using Editor, and i want to add a button that makes duplicate a database entry and insert it after te original entry. Is this possible ? Anouar
View ArticleShowing 1 to NaN of NaN entries (filtered from NaN total entries)
Hi, please I want to know why it shows all the data in just one page??? this is the message that is showen in the footer of the page: "Showing 1 to NaN of NaN entries (filtered from NaN total entries)"...
View ArticlemRender function with <a and img tags gives closing </a. at end of table
I have an mRender function which returns a value looking like this: return '<a href="javascript:popCRMForm('fax','12345')"><img src="http://someurl/icon.png" alt="Link"/></a>' In the...
View Article