Filtering number by exact match
Hi, I am using DataTables for displaying Results of a athletic competition over several years. It works like a charm, thanks a lot!! Now I would like one of the columns to be filtered by exact match. I...
View ArticleIs it possible to add new table attribute with serverside data
Currently what i get against my every table row is <tr id="123" class="odd" data-title="abc"> I am adding data-title attributes using "fnCreatedRow": function (nRow, aData, iDataIndex) {...
View ArticleCan't Select Table Rows for New Rows Only
Hi, I've seen some discussions on here regarding this but not exactly matching my situation that I could find. I'm adding new data to the table by using fnAddData() dynamically. The the new row of data...
View ArticleAuto-Refresh if iDisplayStart happen to exceed iTotalDisplayRecords with...
Hello When using Server-side processing and bStateSave to True, it might happen that DataTables ask data with an obsolete iDisplayStart (from previous saved state) and then receives no data starting at...
View ArticlefnComplete callback doesn't fire if Cancel Pressed
I'm having the same problem described here: http://datatables.net/forums/discussion/9355/tabletools-callback/p1 is there any solution to this? I've tried work-arounds but can't seem to attach an event...
View ArticleRequested unknown parameter '0' from the data source for row...
Does anybody please know, what is wrong with the very simple HTML file below? The screenshot can be seen at...
View ArticleLinking to SQL Server 2008, no web server.
Hi All, My back ground is with Excel, Access, VBA and SQL Server (to an extent) and I have "just enough" knowledge of HTML and JavaScript, etc to be able to put a basic website together. I'm trying to...
View ArticleScrolling breaking when I add arguments into the array
Hello, Since this is my first post I'd just like to mention what a great plug-in datatables is..so well documented. I am having an issue with the scrolling parameters. When I add a DOM positioning...
View ArticlePage state saving not working with filter
Hi. I have the following code for setting up datatables: var dt=$('#customerListTable').dataTable({ "bStateSave": true, "sPaginationType": "full_numbers", "aaSorting": [], "oLanguage": { "sUrl":...
View ArticleGet Column Width (in pixels) (also using ColReorderWithResize.js )
Is there a way to get the width of a specific column in pixels? I am using ColReorderWithResize.js to allow the user to resize the column and I want to show more text depending on how wide the column...
View ArticleApplying class "row_selected" to a row through a checkbox's...
Hi all, I have a datatable with checkboxes in the leftmost column, with the intention of allowing users to select multiple rows by clicking on the check box. Here's my table definition, which creates...
View ArticleDynamically display aoColumns
My Question is related to this one http://www.datatables.net/forums/discussion/13964/create-columns-dynamically-based-on-user-role/p1 . I Am trying to hide/display columns based on user permissions. I...
View ArticleFancy Box with ReadOnly Data Issues - Pulling Data From Cells
Hey guys! We are having an issue with the Fancy Box plugin, we are using DataTables to put information into a Fancy Box from the tables themselves. We want to be able to pull specific names, depending...
View ArticleRow details assign DOM object and not html
I'm trying to get the example from the forums to work http://www.datatables.net/forums/discussion/2812/row-details-assign-dom-object-and-not-html/p1 var nNew = oTable.fnOpen( nTr, '' );...
View ArticleUncaught TypeError: Cannot read property 'nTr' of undefined -...
Hi Allan, Great job with the plugin, I can see a lot of work has been put into it! I have noticed that fnGetPosition() generates the following error when used on a TH: Uncaught TypeError: Cannot read...
View Articleonly add Column Reorder no oder functionality
Hello Everyone, This is how I am adding the reordering in my tables var oTable = $('.dataTable-custom').dataTable({ "sDom": "<'row-fluid'<'span12'T>>t<'row-fluid'>", "bSort": true,...
View Articleentire first column as table heading
Is it possible to have the table headings on the left side, going down in the first column, instead of being on the top row?
View Articlehow to export the selected records to csv file using datatables
I am trying to export the selected data to the csv file. I have check box in each and every row to select the particular record. Please suggest me how to do.
View ArticleHow to display the records/entries of datatable based on setting of...
i have written a sample code like as below.. My intention is that based on the value(page number) entered in the textbox and i want to set the iDisplayStart value. Could any one do please assist me on...
View ArticlefnUpdate row with sAjaxSource
I initialise a data table as follows: $('#teamTable').dataTable( { "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>", "sPaginationType":...
View Article