How to change size of filter box...
I'm using DataTables Column Filter. http://6244febe068549cb.lolipop.jp/datatables-test01/hyou-narabekae15.html Now, I can't change fiter box's size. "bAutoWidth" is not warking... if someone know how...
View ArticleDataTables warning (table id = 'dataTable'): Requested unknown...
I'm trying to use the DataTables (CRUD) plugin that can be found on DataTables Data Manager (CRUD) Add-on I'm using DataTables 1.9.4 jquery.datatables.editable.js 1.3 jQuery 1.9 So far everything is...
View ArticlePagination question
Hi. I recently recommended Datatables to our company as I have used it before and found it a fantastic tool. However, one of our developers believes the pagination is faulty and I wondered what your...
View ArticlePass $_GET and $_SESSION variables to server-side processing
Hello, Basically I would like to filter my table using two dates defined in my "Date To" and "Date From" input fields. When I click my search button, it will trigger the query in my server side, my...
View ArticlefnDraw after fnGetNodes
Hi all, Not really sure this is a bug, I looked on the forum before and couldn't find a duplicate so here it is: I'm using Datatables 1.9.4 mostly to decorate my tables, bit of pagination, filtering,...
View ArticleDynamically hide/show columns
I have a (fairly) wide table used for different purposes. Users can adjust their view (specifically which columns are shown) using ColumnVis, but there are some common situations which require the very...
View ArticleUK Date Type Detection - dd/mm/yy
Hi there, I'd like to use the automatic type detection to detect UK dates in the format of dd/mm/yy. I thought I'd found the solution on this site, but I noticed that the UK Date Type Detection plugin...
View ArticlePagination and sDefaultContent
Hi, I have got bunch of data from server side which i am showing using amazing datatables library. Each row is supposed to have edit and delete button that doesn't come from server.This i am setting in...
View ArticleData in order issue
HI, I have implemented DataTables successfully and using (jquery.dataTables.min). My backed script is PHP.I fir a query with order by clause and get the ordered data as per query.But when it displays...
View ArticleAssign AJAX success JSON data to DataTables.
How to assign jQuery AJAX success data to DataTables? The jQuery AJAX return data like:--- [ {"CustomerName":"ABC","CustomerID":"001"}, {"CustomerName":"CDE","CustomerID":"002"},...
View ArticleGetting Error : Json data from server could not be parsed. This is caused by...
Hi , I am using SQL server 2005 at my BackEnd and trying to retrieve data from server in the form of JSON. i validated the JSON and it's Valid. When i paste the JSON in file and try to access it, it's...
View ArticleExporting tables with complex header with tabletools
Hello! I'm having an issue and dunno how to solve it after many tries. I have a datatable with complex header, but when i export it using tabletools, my complex header is gone (it exports only last TR...
View ArticleCombine TableTools and individual column filtering in the same table
I'd like to know if there is possible combine the TableTools and individual column filtering in the same table. in the forum there is explanation (link below) but it did not work could someone help me?...
View ArticleGetting TD/TR class, and attribute information via ajax along with data, but...
Hi - I need to be able to retrieve and set row and cell class names and other attributes as well as the table cell data via ajax. I figured a way to do this using fnRowCallBack where the server returns...
View ArticleWhat is the signature of the fnDeleteRow callback?
Can't find this info in the docs. Thanks in advance.
View ArticlefnDraw after external table modification overwrites external changes
I'm in a bit of a hacky situation where I'm using DataTables to manage a table that is also controlled by some other JS. The external JS occasionally changes the values in the table, but when...
View ArticleColReorder + FixedColumns plugin
Hi, I just started using Datatables.js. I have a requirement to be able to use ColReorder + FixedColumns plugins on the same table. The bug I think I've found: - Create a datatable, my datatable has 8...
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 ArticlePagination - dynamically determine number of rows that fit in current...
The concept I'm attempting to accomplish is to set the number of records per page (datatables implemented using pagination) at runtime/dynamically. So as the table is resized the number of rows per...
View Article