FixedColumns - Freeze arbitrary columns
As far as I understand, for the time being the fixedColumns plugin only allows to select a continuous interval of columns on the left and/or right of the table. Is it possible to freeze an arbitrary...
View Articlepagination based on number or Rows grouped
Hello All, I need pagination based on number of grouped rows. Say, If I give 5 as input to the pagination, I should show 5 grouped rows with all the records in the same page. Now the pagination works...
View ArticleFilter, but not search
Hi all, I'm wondering if it is possible to exclude a column from search, but to still allow it to be individually filtered (for example using a select or text box). I'm using the standard global...
View Article007007970 export to excel it change into 7007970
My tbody has some data begin with 0,like 007007970,00113, 01204.I make the table export to excel.In the excel the data change into 7007970,113,1204.How to slove it? The table: 007007970 00113 01204 The...
View Articleserver side datatables fndraw without pagination
Hi. I have problem with datatables. When I use oTable.fnDraw after change data in database row script set pagination site to 1. But I want to stay in last page. I use server side. I searched this forum...
View ArticleDoes anyone have the Server-side processing script in C#? (For ASP.NET with...
Hi there, I am having problems displaying my data in IE8. It gives me the famous (as I can see in the forum) error: "Stop running this script?". One of the solutions (and hope it works) is the...
View ArticleoColumnFilterWidgets on multiple tables - aiExclude issue
hello i try to use the oColumnFilterWidgets plugin on multiple tables. everything works fine, but when i add aiExclude it will only affect the first table. here is an example...
View ArticleHow can I force the 2nd index of aDataSort to sort 'asc' regardless...
I'm using DataTables as the main list view of a media player web app. When sorting by "Album" I have `aDataSort` setup to sort by "Album", then by "Track number", and finally by "Title" (in case...
View ArticleFeedback & Nightly FixedColumns column aligning problem again
Hi Allan, some time ago you already helped me with a few issues I had with the FixedColumns plugin. (http://datatables.net/forums/discussion/9744/table-border-issues-w-and-wo-fixedcolumns#Item_11). I...
View ArticleHow to sort on two columns
Hi, I've got two date columns, how can I make it so that when you click a column it sorts by two date columns behind the scenes?
View ArticleCSS column width?
Currently, TH elements get a style from datatables containing a certain width. I actually don't like it being there, and am looking for a way to get rid of it without editting the source of datatables....
View ArticleTypeError: a.aoColumns[c] is undefined while am adding more than 6 TDs
<table class="table table-bordered table-striped table_vam" id="dt_gal"> <thead> <tr> <th>I</th> <th>F</th> <th>L</th> <th>E</th>...
View ArticleDynamic elements above FixedHeader revisited
I was having the same problem as described in this thread: http://datatables.net/forums/discussion/10911/dynamic-elements-above-fixedheader-leads-to-chaos-anarchy/p1 I set up my table filter so that it...
View ArticleTable with radio buttons - first row un-checked
Here is the fiddle: http://jsfiddle.net/HhQpF/ If you disable dataTables, all the rows have a default radio checked. Enabling dataTables, and the first row is un-checked. Any ideas?
View ArticlefnSetFilteringDelay in column filters
Hello, I need to put a delay in the column filters. I try to use the fnSetFilteringDelay plugin, but it only works in the global filter. It´s posible to do this? Than you!
View ArticleCan't get server-side and select row both working at the same time
I made a server-side datatable for my MVC 4 C# project. Now I want to add a select row fuction, but I can't get it working. Here is my server-side datatable with a select row attept, wich doesn't work....
View ArticleFailing to reload datatables with updated information
Hi Allan, I'm working on a project in which I have to update the dataTable after I have performed some record update. I'm using C# for the backend end I'm getting all json responses properly. Here is...
View ArticleBug in _fnReOrderIndex: Attempts to split() an array
I am using 1.9.4 and server-side processing. If the server returns the columns in a different order than that specified in the table, _fnReOrderIndex() is called and throws an exception when it...
View Articleusing checkboxes to filter
I saw a lot of different forum posts asking about using check boxes to filter a data table. between 3 or 4 posts here and stock overflow, I've figured out one way to do it and wanted to share with the...
View Articlea.aoColumns[c] is undefined
Hi, i'm setting up DataTables for the first time. I included it in the bottom of my page using: <link rel="stylesheet" type="text/css"...
View Article