Incorrect Sorting
I have a problem with mixed plugins being needed... I need to somehow use num-html WITH currency plugins. I have a link that is a currency number, if I use num-html without the dollar symbol everything...
View Articlereload DataTable with with different ajax POST params & content 1.10.0
Hi, thanks for providing this magic tool for the community. I am currently using DataTable 1.10 version. My initiation code is below. $(document).ready(function() { var content = { a : 'all', //show...
View ArticleWhat is the correct use of sAjaxSource and fnServerData with the current API?
Hi, I've been able to find the equivalent options for the data table current API under http://datatables.net/reference/option/ I haven't found a solution to replace what seems to be the old sAjaxSource...
View ArticleHow to use your plugin displays treeTable types of data?
How to use your plugin displays treeTable types of data?Similar to http://www.oschina.net/p/jquery-treetable; Finally thank you very much hope that you can have Chinese documents so much the better,...
View ArticleHow to use your plugin displays treeTable types of data?
How to use your plugin displays treeTable types of data?Similar to http://www.oschina.net/p/jquery-treetable; Finally thank you very much hope that you can have Chinese documents so much the better,...
View ArticleHow can I Update which Columns are used for Groups?
Hi, I am using the grouping plugin here http://jquery-datatables-row-grouping.googlecode.com/svn/trunk/index.html to do 2 level grouping. When I initialize datatables I set manually the columns that I...
View ArticleColumn filtering conflicting with horizontal scross bar
Hi all, I am trying to use column filtering with a horizontal scroll bar, but it is having rendering issues where once I select my value, it collapses to the point where the scroll bar is hiding the...
View ArticleDataTables warning: table id= - Requested unknown parameter '' for row 0.
Hi there, I'm trying to setup my dataTables with JSON data via Ajax option. I succeed setting it, but I have some problems with the structure of my JSON. An example is maybe better than explanations!...
View Articlehow to get filter search box input?
Hi, I have a question concerning the filter search text input. My goal is to build a table and use the filter provided by dataTables. It works fine and I would like to thank all the developers and...
View ArticleHow to change the cursor with DataTable 1.10
I upgraded my jquery and DataTable packages to the latest and now some of the functionality I have been using is no longer working. For example I want to be able to change the cursor to a pointer when...
View ArticleFilter Options "And" "Or"
Hi all, Does anyone have a link or know the filtering options for the default "smart search" filter box that is globally scoped? I have a column with project names and I would like users to be able to...
View ArticleNew to datatables. How do I add settings when using "var table =...
I'm trying to find an example of how to add the report setting using var table. I've added my own plugin for searching. But now I can't figure out how to add stuff like hidden rows, tableTools,...
View ArticleOverriding the internal methods/functions of datatable
Hello, I'm trying to override the internal function_fnFeatureHtmlFilter and _fnSort but unable to override it. Is there any solution to it? I found several articles but in all Allan said it will be...
View ArticleIE9 Ajax Compatibility
http://debug.datatables.net/ekeliw The AJAX loads great on chrome but for some reason on IE9 it isnt working. I found this but I am unsure where to set the content header?...
View ArticleReceive page, limits and total with headers (xhr)
Hi everyone, Debub As shown in the above link, I need to do an ajax request, rearrange the data to be listed and show. This part is working ok. But now i need get the response headers (xhr), which are...
View ArticledataTable has no row method - version 1.10.0
I am generating my child table dynamically. After the running the following line of code I don't see the "row()" method available to my cTable. cTable = $('#tblComment').dataTable(); // cTable.row() is...
View ArticleHow do I highlight the sorted column like the "order-column" class with...
I tried adding the "order-column" class to my table but it doesn't do anything.
View ArticleFixedColumns Adds Extra Scroll Bar under Fixed Colum
Hi all, I have a datatable in an intranet so I can't show it, but the issue I have is that I am using FixedColumns to fix the left hand column and I have horizontal scrolling. It is show an extra...
View ArticleHow to limit the Page tabs in Datatables 1.10?
Right now I'm using Datatables 1.10. In the table footer the page tabs is coming as [1][2][3][4][5][6][7]. I want to make it as [1][2][3]..[7]. I guess the default is 7 in datatables 1.10. How to make...
View ArticleSorting datatable special character (š, č and ž)
I use datatable to sort users by name. Slovenian alphabet is going like this: abcčdefghijklmnoprsštuvzž, but datatable sort it like this: abcdefghijklmnoprstuvzčšž! So datatable puts user with first...
View Article