Tabletools PDF,CSV utf-8 Problem
Hello. I got some problem with tabletools : pdf,csv output not support utf-8, do you have any solution ? Thanx in advance !
View ArticleProblem with parsing parametres - server side
Hello there, I am dealing with an issue, that I am not able to parse incoming parameters from DataTable on the server. var table = AJS.$(this.tableElement).DataTable({ bPaginate: true, bProcessing:...
View ArticleExample on swapping the data between two tables
Is that possible to have two data tables on one page Do we have API's to exchange the data between two tables?
View ArticleSorting and Excel like filtering
I managed to create drop downs on top of each column having unique values for filteration. But the problem is when i click on the drop down sorting also gets activated. I only want to sort records when...
View ArticleServer-side processing and ASP.Net Web Forms
Firstly, I must give an awesome shout-out to Allan for creating/maintaining one of the best Jquery plug-ins I've ever worked with...thank you Allan. This post is not a question, rather an information...
View ArticlefnAddData add in the last page
I user fnAddData to add new record to datatable but it add the record to the last page i want it appears on the first page, top of the all rows, I try to user false for second param but not success....
View ArticleDataTables 1.10.4 nodeName/elem is null, bugs?
So I have a html page with html table and this script <script> $(document).ready(function () { $('table').DataTable(); }) </script> It is working fine when I tried to change the total...
View ArticleError using a dynamically created table
I am getting the error "0x800a138f - JavaScript runtime error: Unable to get property 'mData' of undefined or null reference" when running against a table that is being created as the result of a SQL...
View ArticleTable remains in "Loading" state when sources from json web service
Hi, I have the simplest possible setup. A table like: <table id="table_id" class="display"> <thead> <tr> <th>m_Item1</th> <th>m_Item2</th> </tr>...
View Article2 rows in header: 1 for labels and sort, 1 for column searching (select...
How to do that? I can't manage to have each of functionality on different row. Thanks in advance P.-S. I'w new to that kind of stuff but I succeeded in adding DataTables to my Drupal site (with tables...
View ArticleHow do I re-initialize DataTables. The ajax function loads the data from...
The DataTable complains than I cannot re-draw DataTables. Function to make ajax call every 10 Seconds. function func1(){ $.ajax({ type: "GET", url: "books.xml", dataType: "xml", async : false, success:...
View ArticleHow can I access all table DOM rows while pagination is activated ?
I see in my console that only datatable rows visible are present in the DOM. How I can access to all rows which are in the next page(pagination)? Thanks.
View ArticleSearch in column which is not displayed?
Hi, is it possible to search within a column of the table displayed with datatables, where the column I want to search in is not printed out? Thank you in advance, best regards
View ArticleEncoded HTML Tags Do Not Render Properly
Hello I have set-up a fiddle: http://jsfiddle.net/AdrianSmithUK/7wavz518/5/ Is there a way to get the SPAN tags rendering properly? Kind Regards, Adrian Smith
View ArticleCustom Toolbar does not work
Hi everyone, I just tried to add an additional checkbox next to the search input in the upper toolbar and I couldn't make it work for hours. Now I finally found out, that it didn't work because of the...
View ArticleHow to generate custom footer outside default div
I would like to generate datatable footer in a "article" tag instead of "div" and i don't know how to perform that using param sDom. Code expected : <article> <table id="datatable">...
View ArticleExport all selected rows(to Excel) in JSP when working with Pagination
Hi: I have a JSP page that shows data from the database. 1st column is the Checkbox. In the header, we have the 1st item as the CheckboxAll. when Select this one, we are selecting all rows. It shows...
View ArticleHaving trouble getting AJAX to work.
I'm using MVC 5 with Datatables. Controller returns JSON formatted data. Data is not displaying in a data table. I posted example at http://live.datatables.net/puhuyofo/1/ I don't know how exactly to...
View ArticleDataTables.NET Paging Counts Incorrect when using Server Side Data
I have a jQuery DataTables (v 1.10.4) table configured like this: $('#example').dataTable({ "serverSide": true, "order": [0, "asc"], "ajax": { url: "/api/users?type=all", dataSrc: "users" }, "columns":...
View ArticleFix a Column
Hi, i have a question: How can i fix a column from being sorted. I mean if i have a ranking table.. so the table is sorted by the last column "points". The second last column is "average points". If i...
View Article