Add static numbering to table
Hi, I have a table of players in a game, which is initially sorted by their name. Each player has a score, and if the user clicks on that column, then the table is reordered by the players' scores....
View ArticleProblem with the option sScrollY
Hi all. =) If I initialize the table with the option sScrollY: $("#tparameter" + response.d[i][5]).dataTable({ "bDeferRender": true ,"bPaginate": false ,"bFilter": false ,"bJQueryUI": true ,...
View ArticlemRender called multiple times
Hi can someone explain to me why the function defined for the mRender property is called multiple times per row? As you can see here: http://jsfiddle.net/6JCH2/13/ fnRowCallback and fnCreatedCell are...
View Articlecookie vs. localstorage
Hello Allan, I look into code and I see, methods loading localstorage data https://github.com/DataTables/DataTables/blob/master/media/src/model/model.defaults.js#L1141 and saving...
View ArticleDatetime sorted using dataTable.datetimeus.js failed at line 3918 of...
I have implemented the datetime sorting in my dataTables using dataTable.datetimeus.js and it is working correctly in my local computer but when i hosted the web application on the server under iis7 it...
View Articledata source and parameters
I've been working on this for a few days now but it seems like I can't get any of the parameters I pass into aoColumnsDefs to work except mData. Maybe I'm reading this wrong and have it set up...
View ArticlePremature showing of Prev and Next pagination
Hi, In using datatables 1.9.4 with bPaginate true, when table is made visible (style="visibility:visible") inside fnInitComplete the Prev and Next controls show up before the table does. How to make...
View ArticleDisplaying 2 dialogue box(form) of Add New on click of add new after clicking...
Hi There, First of all i would like to thank for providing such an amazing tool (data table).loved the way it woks. i am using File: jquery.dataTables.editable.js Version: 2.3.3. Issue description :...
View ArticleDatatables columnFilter showing old values on table reload
I'm passing a json object into a function that creates a datatable. I'm using columnFilter to add filters to each column, and I use an array to fill the filter list. I have a pic <a...
View ArticleDataTable column width expansion when in editing mode
I've been working on a web application using Datatable 1.9.4, and I see a strange occurance where as soon as the user goes into inline editing mode, the column width expands greatly, distorting the...
View ArticlebPaginate is not working
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <script type="text/javascript" src="/js/jquery.js"></script>...
View Articlesum filtered rows/columns
Hi I want to be able to sum a column of data after a filter has been applied using the plug in column filter. I found this thread:...
View ArticleShowing 1 to NaN of NaN entries (filtered from NaN total entries)
Hi, please I want to know why it shows all the data in just one page??? this is the message that is showen in the footer of the page: "Showing 1 to NaN of NaN entries (filtered from NaN total entries)"...
View Articlei want latest pagination in datatable
hi all, i am new to data tables. this plugin is very help full to me. but i need latest pagination which is have select page umber also. so how can i fix this one datatable plz help me. Thanks &...
View ArticleHow do i list the check boxes(checked)
Hello all, I want to make the datatable to remember the check boxes(checked) in the pagination... Can any one help me please...!!!
View ArticleScroller issues in Firefox and IE
Hello! What a wonderful plugin. I have a problem with the scroller rendering outside of the table, i.e., the header does not cover the top of the vertical scrollbar leaving a blank space. Is there...
View ArticleoSettings is null when call fnAddData
Dear all, I'm using DataTables v1.9.4 and facing a problem in Add new Row with .NET MVC3. In window.onload i called an ajax function to getData and initial dataTable in below: var result =...
View ArticleRow grouping with sorting - is this possible?
Hi, I´m very happy to see all the possibilities DataTables provides to us. Now I want to use it for an advanced user interface and need your help to figure out if it fits our requirements. I tried to...
View ArticleBinding DataTables with a WCF Service
According to the thread here: http://datatables.net/forums/discussion/7949/getting-cannot-read-property-length-of-undefined-in-chrome-error/p1 I have the following in place in my client:...
View ArticlefnFilter without Search
Hello everyone. =) How to use search without displaying the search field in the table header? To hide the search in the table header do I need the "bFilter":false, but it also disables the search...
View Article