fnFilter with OR condition for two columns
I am trying to find the rows in which I can find this two columns Blank | Yes Yes | Blank But I dont want to find the cases in which they are: Yes | Yes Blank | Blank Is it possible to do it with...
View Article_fnGetCellData doesn't test for column existence
Hi. Could _fnGetCellData test if a column exists before getting its settings? The issue is here: function _fnGetCellData( oSettings, iRow, iCol, sSpecific ) { var sData; var oCol =...
View Articlesearch feature and links
Hi, I'm currently facing an issue when using the search feature and html links. Sorting works as expected -> sorts on link text instead of href, title, ... Filtering however looks at the attributes...
View ArticleDataTables with Node.js and socket.io
Hi All, I'm trying to get DataTables working with socket.io and refreshing every 500 milliseconds. I've read that others handled the same setup successfully, but I'm running into some weird issues....
View ArticleDynamically get column names in $aColumns arrary in datatables using server...
I cannot present a test case as I am using Codeigniter framework for php and cannot host the page on my own. I've used this https://github.com/blake-nouribekian/codeigniter-datatables to create...
View ArticleOption for pagination to neglect hidden rows?
It would be nice to have the option of pagination to ignore hidden rows. Currently if I have a table of 100 rows, of which 50 are hidden and I display 10 rows/page, there will be 10 pages. If this...
View ArticleClear table column data
Hi, I am using editable datatable where i have a clear button. On click of this clear button i need to clear the data entered in a particular column (say 4th). How do i do it? Thanks Ajay
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 ArticleColvis button : how to locate precisely in the dom
I would like to place the colvis button somewhere in my page, for example on top in a twitter bootstrap navbar. How to do that ? Thanks
View Article"Open as..." insted of "Save as..." at export
Hello gurus! Is it possible to tune tableTools to open exported Pdfs in Browser or maybe trigger the "Open As..." dialog box instead of the "Save as..." dialog box. Datatables4j works like this, so I...
View ArticlePagination jumps to the first when I edit a record that after the first page
ump to the first page, when I change a record in the datatable. I have 50 record, and the following occurs: If I position myself in the register 44 and edit the registry editor changes my datatable...
View Articlejump pagination from frist pagination, when i change a record in the datatable
ump to the first page, when I change a record in the datatable. I have 50 record, and the following occurs: If I position myself in the register 44 and edit the registry editor changes my datatable...
View ArticleChanging layout dynamically
Hi Allan I am adding a new feature to the program listing, allowing users to choose between 'expanded' mode, that includes an image and extra information, and a 'compact' mode. This affects one column...
View ArticleButton and associated event only present on first page of results
http://debug.datatables.net/ajefax Hello, I've inherited a datatables instance that has recently started running more slowly due to the # of rows involved. We'd like to set bDeferRender: true, and...
View ArticleIE8 performance issue when using many columns
Hello! I am using DataTables in a web application. It find it very useful and customizable, but I have found there are some problems when rendering on Internet Explorer 8. I am rendering a table with...
View ArticleUpdating hidden fields
Hey guys, firstly big up for the awesome plugin! I have been searching the forums a bit, but can't find anything quite like this: I have 2 hidden fields to use for filtering and it works great, the...
View ArticleLoading data into a cell of a table via AJAX
Guys, I'm evaluating DataTables for a project I'm working on and have made excellent progress in the last day or so. I've loading large database tables into the DataTables object using AJAX and it's...
View ArticleTable Tools Icons
Hi I have implemented TableTools to provide a csv download of program listings. I can see in the distrib of TableTools there is a folder with icons for download. I can also see the styles contain...
View ArticleVertical and horizontal scrolling on wide tables
There seems to be some issues with adding both vertical and horizontal scroll to a wide table. At first only the vertical scroll is visible and table is displayed with its full width. When applying...
View Articledatatable and json
hi, I'm a noob in javascript and php. I'm trying to use datatable with ajax.But it's not working. Here is my code: <script> $(document).ready(function() { var oTable = $('#example').dataTable( {...
View Article