Creating a wrapper for DataTables
I'd like to create something like this but I'm not sure how: $('#userGrid').wrapperCall([properties specific to my wrapper], [properties used by DataTables]); My project is based on DataTables but I'm...
View ArticleIE 7/8 Page Button Strange Behavior
In IE 7 and 8 using server side paging, the "Next" button behaves like the "First" button, the "First" button behaves like the "Previous" button and the "Previous" button behaves like the "Next"...
View ArticlePagination Incorrect on Internet Explorer
Using dataTables.1.9.4 Using Chrome with a table named "tblWFM" I get the following in my output code: <a ... id=tblWFM_first">First</a> <a ... id=tblWFM_previous">Previous</a>...
View ArticleWeird Visual Issue integration with Bootstrap
Hi Allan, thank you for the time you take to update this plugin it is really helpful. I am upgrading my project (that is currently using bootstrap) to include it in datatables plugin. I download...
View ArticlejqueryUI lost when added ColVis plugin
Below is my code, when i added this code i lost my UI. Please some one help me... // ----- Column Visiblity ------ // "aoColumnDefs": [{ "bVisible": false, "aTargets": [2]}], // "sDom":...
View Articlecolumn resizing on hidden tabs broken again
A while back, if a dataTable was instantiated in an *inactive* jQueryUI tab, the column sizes would not be set when the tab was activated, leading to a dataTable with all the columns squished over on...
View ArticlebStateSave and filtering
1.9.4 I have a table using datatables with bStateSave set to true. For example I have 1000 pages, when I click on last and then use my search function(which reloads page) it shows something like...
View ArticleLive Dom Sort, mulitple checkbox columns, and double clicking.
So here's some odd behavior that I don't know how to address. I have a table with one standard column, one text input column, and varying numbers of checkbox columns. I've scripted (server-side asp) to...
View ArticleDrill-down data
Hello all, A new thread for a new blog post :-) http://datatables.net/blog/Drill-down_rows . In this post I show how a details row in the table can be controlled by the end user through the API, with...
View ArticleAjax 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 ArticleDataTables server-side processing:DataTable warning:JSON data from server...
This is my table in table.html <table class="table responsive-table" id="sorting-advanced"> <thead> <tr> <th scope="col">Contact_Name</th> <th scope="col" width="15%"...
View ArticleCan I somehow fake an ajax datasource?
Hi, I have a problem: I need to display approx. 5000 records (wich comboboxes etc.) in IE8 without pagination, but with fixed headers and sorting; I cannot alter much on the serverside. All I can do is...
View ArticleInfinite scrolling w/ server-side processing and adding new entries to...
I have a use case in which I want to use DataTable as a "log viewer" for a large number of entries and where new log entries will appear. The number of logs are potentially large so I'm using...
View ArticlePhp + PostgreSQL = it Works, but doenst find records
Hello, I will try to be quick and clean :) Im using the script provided on this link http://datatables.net/development/server-side/php_postgres Following, the changes i made on the file: /* Array of...
View ArticleFind the NEXT FILTERED result when using keydown function
The setup is standard - a datatable. All rows are clickable When I click on a row, I use th following function to get the data of the "selected" row ClickCard = function() {...
View Article.live event handler removed in jQuery 1.9, examples need updating
As of jQuery 1.9 the .live event handler has been removed and replaced with .on. There are a few examples that use this event handler that need updating......
View ArticleTabbing and jEditable
I saw this discussion (http://datatables.net/forums/discussion/8600/tab-to-next-cell-with-datatables-editable/p1) and would like to get more details on it. This is what I'd like my code to do: 1. The...
View Articlejquery slider in datatable
i want to ask about how to implement datatable in slider jquery. actually i'm working in project that display schedule. so i need to refresh every 30 second to get update data and get it to slider that...
View ArticleJson loaded table with jeditable and datepicker (jquery/ui) problems with...
Hi All I am using a json loaded datatable with the jEditable plugin and the jQuery/UI date picker and having some problems. I used Eric_DeCoff's sample code...
View Articlehow i can change or insert class from json response?
i have a json response like this: {"sEcho": 1, "iTotalRecords": 1371, "iTotalDisplayRecords": 1, "aaData": [ ["<a class=ajax href=view.asp?id_view=1186>Transamerica Flat Barra</a>...
View Article