Jquery popup for each row
I added an extra column at the end of my table to display an icon for each row which initiate a jquery popup. At the moment I managed work with the first row, but it works only with the first row and...
View ArticleaoColumnDefs with dynamic column data
I am trying to create a DataTable parameter aoColumnDefs with dynamic column data. I would like to create a JavaScript array (JSON format) for the dynamic column data. But I get stuck how to create the...
View ArticleSearch box input syntax
Is there a way to search with OR or AND in the dataTables search box?
View Article"bAutoWidth": false IE 8 Exception
I'm not quite sure under what circumstances this exception can be reproduced, but I'll try to provide as much information as I can. Datatables Version: 1.9.4 Datatable Settings Used: "sScrollY":...
View ArticleDatatables - Server side processing - Submit form data - fnServerData not...
Hello, I am trying to implement the datatables with server-side processing. This is what I am trying to achieve: On a form, I have some search input fields which on submission would retrieve numerous...
View ArticlerowGrouping don't works properly
Well, i'm using the following code: $('#rel_contato_pastores').dataTable({ "bJQueryUI": true, "sPaginationType": "full_numbers", "sDom": 'T<"clear"><"H"lfr>t<"F"ip>', "oTableTools": {...
View Articlecustomize sMessage option Print button - TableTools
I have a form that allows a user to select filters. This is then displayed in a DataTable. I am using the TableTools functionality to provide the user the ability to print the table. I want to display...
View ArticleDatatables - flickering when theme enabled
Hi, I'm having problems with using datatables in my website. The web application set up is as follows: - index.html page has 3 JQuery tabs: tab one gets content from another html page, tab 2 is the one...
View ArticleHow to prevent memory leak when using Jquery - datatables (ie7)?
I am using datatables in my Javascript application but when rendering the DOM, memory of IE grows up like anything. Memory doesn't come down even after clearing the datatatables element from DOM. I...
View ArticleColdFusion 10 integration
With respect to the nicely documented example for ColdFusion (http://www.datatables.net/development/server-side/coldfusion) I was having some trouble making it work when DataTables was making a...
View Articledrill down detail rows for multiple tables
i want to have several tables with different sorting options, etc. have ability top open. i am using from sample: $(document).ready(function() { /* * Initialse DataTables, with no sorting on the...
View Article_fnHtmlDecode converts '\r' to 'n'
"_fnHtmlDecode": function ( sData ) { if ( sData.indexOf('&') == -1 ) { return sData; } var aData = this._fnChunkData( sData, 2048 ), n = document.createElement('div'), i, iLen, iIndex, sReturn =...
View ArticleConverting from Yahoo! YUI Datatable
Recently, my boss and I decided to drop YUI altogether and go straight to jquery, that involves the datatable being dropped. What I want to know is how to convert my existing datatables over to...
View ArticleDisplay only when table header is not visible ( top header )
With FixedHeaders i wanted to have the cloned header only to show when the original header was not visible. My config is top headers only I just updated the function in the plugin :...
View ArticlejQuery UI Pagination Plugin
Thought I would pass this along. I updated the "Navigation with text input" pagination plugin to use the jQuery UI navigation buttons. Thanks for all the work put into this project!...
View ArticleHow to add a checkbox column for an ajax source with sorting
As this took me a while to figure out, thought I would share it here for the next poor soul. This will let you add a checkbox column to a datatable, that will still allow sorting, when using an ajax...
View ArticleMultipe Datatables - Add new row form overriding
Hi I have multiple datatables on single MVC view (Multiple partial views) In partial view 1 : <div class="datatable-event-header"> <button id="btnAddNewContactRow" value="Ok">Add New...
View Articleupgrading from 175
Hi, Im very new to datatables and these days Im learning a lot. from what Ive read, to use a certain functionality I need to upgrade my DataTables version. I have a working table now, and when I...
View Article'odd' and 'even' over rows hidden
Hi, I need your help. I used datatables with hidden lines. 1. I can not return the background of the parent row ('odd' or 'even'), to the dependent rows hidden. I can not change the background property...
View ArticleAdding edit/remove/create row function into table which contains array of...
I have a problem with including functions that editing , removig and creating rows. The code stops working when I declarate an 'editor' as an dynamic array.. ;/ Here's the code. Maybe someone will help...
View Article