Cancel button
Hi, When adding a new record, I would like there to be a CANCEL button as well inside the modal (not only a "Save" button). How & where do I add this? The code below on fnInitComplete didn't do...
View ArticlekeyTable and update cell from external function
Hi, I'm using both FixedColumns that KeyTable. I need to update the contents of some cells through the fields outside the table. To do this I use a simple javascript function that takes the value...
View ArticleTime load page slow
Hello, sorry for my english language...i have a datatable page with 13560 rows. Problem is when i load the page, around 3-4 min and just with google chrome (IE and Firefox crash). I'm using serverside...
View ArticleColumn Filtering confusion ...
I have a table with 5 displayed columns of data, each with a column filter in the table footer row. When I use the filter fields, the data is filtered as I would expect. However, what I need to do ......
View ArticleHow to add filterable radio buttons
Hi Allan, Thanks for your previous answer to a question I had a few days ago. DataTables is awesome. I am creating a table ( http://jagst3r15.com/scholarships360/table-of-scholarships/ ) but am...
View ArticleInfinite Vertical Scrolling with server side processing not working for me.
Hi, First of all its great work dataTable Team. I am using infinite scroll with server side processing. I need to access 25 records per request and once user scrolls down to end then new request should...
View ArticleColumnFilter with ColReorder and ColVis fix for hidden columns, NULL...
Hi, I hope this helps. I have been working on an app for over a year using this great grid, (thanks a lot for it), and spent a long time making things work together. So in this installment, I will list...
View ArticleColVis bRestore not working fix
This is the fix I found for the problem as others have. So you know that many have trouble with say, you have a hidden column, and then click the bRestore button from ColVis and it only restores what...
View ArticlesWidth and mRender problem with makeEditable
Hello here is a part of my code : $(document).ready( function () { $('#example').dataTable({ "bProcessing": true, "bServerSide": true, "aoColumnDefs": [ { "mRender": function ( data, type, row ) {...
View ArticleRestoring values using localStorage object
I am using an external multi-select filter on some grids and for my purposes after leaving the page and coming back, I know that the filter values I used still exist but how to get them to populate the...
View ArticlebServerSide issue when set to true
I took the php script from the example page in the datatables site and modified it to my needs. I've already verified the json at jsonlint.com to be valid. With bServerSide being false everything went...
View ArticleUnable to load jsonp data
I'm new to both json/jsonp and datatables. I've been tasked with figuring it out and using it for cross-domain issues regarding moving/sharing data between legacy and new systems. I'm unable to load...
View ArticleDataTable not working :/
Hello there, I just downloaded the datatables and wante to implement on my website... I added the css and js files : <LINK href="/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />...
View ArticleAdding 'Action' links to DataTables rows
I use DataTables to display a list of books stored in a database. Because there are so many books, I use AJAX to fetch the data. For each record, I want to display the 'book title', 'author' and...
View ArticleDataTables in Grails Very Easy!
Hi guys, I would like to share how I get the DataTables working in Grails in a very easy way: http://sharingcodes.blogspot.com/2012/11/how-to-add-datatables-plugin-in-grails.html I hope that help you!
View ArticleUsing WCF service for server side processing where the service is on another...
Hi, I am new to Jquery DataTable plugin. I am able to use server side processing with WCF service that is local and is on the same site as the HTML page it is called from. All the examples I saw...
View ArticleWarning: TableTools 2 requires DataTables 1.9.0 or newer on Internet Explorer...
Hello, I'm receiving the error shown below on IE8/9, while the same code works just fine on FF/Chrome: " Warning: TableTools 2 requires DataTables 1.9.0 or newer - www.datatables.net/download " Below...
View ArticleSave pagination with cookies
I am trying to set up a scenario where a user can go to some page on a DataTable after page 1 and when they then go to a new page and the same DataTable appears it will remember what page they had been...
View ArticleAdding Class to indivdual cells
Hi All Hope everyone had a great Thanksgiving What Im trying to do is iterate through the cells and check the value of the cell if the cells value is 'pending' I want to highlight that cell red or add...
View ArticleUpdating cell class, when a cell is not visible due to the search filter
First, thank you for a great tool. I am starting to use it more and more, but have ran into a problem. The data in my tables shows information that changes rather frequently. Sometimes I use color to...
View Article