How to prevent aoColumnDefs applying to header and footer in DataTables?
This is a part of my code where I apply class name into table cells. "aoColumnDefs" : [{ "sClass" : "email", "aTargets" : [0] }] However it applies also into tfoot and thead ths. How I can make it...
View ArticleReturn to same page when click browser backbutton
Hello, I'm new to DataTables and it's a great product, but i'm having a problem with the paging. I've a http link in my second column and when i click on it when i'm on a page > 1 i go to the page...
View ArticleSearch/filter finds matches in html tags
Hello, I have a table in which a couple of the colums contain links (a href). When I do a search, it finds matches within the <a href... ="abc.html?name=test&etc"> tags. Is there any way to...
View ArticleChange color of <tr> in datatable depends the color from database
There is two ways to display the sql data in Data Tables ( jQuery ), one is fetch the data with loop, and the other is to use sAjaxsource . if i`m using the first option,i can change the color of each...
View ArticleIE8 - Scrolling causes columns to resize
I am having an issue for IE8 where when you scroll that the columns resize. I had this issue before and it I fixed it somehow but, the issue came back up and I am not sure exactly what is causing this...
View ArticlefnServerData caused DataTables not rendered
Hello. I want to make DataTables using ajax, so here my js code : $(document).ready(function() { oTable = $('#transaksiAJAX').dataTable({ "bJQueryUI": true, "sPaginationType": "full_numbers",...
View ArticlefnFilterOnReturn
Hello, I have one issue with fnFilterOnReturn. On my page I'm using datatables and SELECT2 Component, which creates an INPUT tag, too (http://ivaynberg.github.com/select2/) If fnFilterOnReturn is...
View ArticleTwo select boxes - can first select box control the ipOpts of the second?
I am using two select boxes. Now I want that the ipOpts-Fields of my second select box change depending on selecting a value in the first select box. The table is populated with an Ajax-Request on...
View ArticleTypeError: n is undefined
I'm getting this error on the page before the grid is even loaded. The offending code appears to be the middle line below. var n = $('div.nav_blocker')[0]; -- n.style.height =...
View ArticleHow do I add and extra parameter to mRender in jquery.dataTables.js (version...
Greetings, I am working on adding an extra parameter to mRender in the datatables plugin called sFormat which should be passed to oCol in order to format data dynamically coming from JSON. Right now I...
View ArticleUnknown error in DataTable
DataTable v1.9.4 jQuery v1.8.2 When DataTable runs, it tried to process _fnStringToCss( s ) method and its fine until it eventually the value of 's' is reference to the actual table dom object. In this...
View ArticleDataTables and AJAX
Hi, I am a noob with datatables so please forgive me if I ask a very trivial question. I have a problem with AJAX loaded table: when I configure sDom property and make it load the data via AJAX there...
View ArticleChange dynamically the height of the dataTable
Hello, I use DataTables with your server_processing and extra scroller. By a javascript routine, I change the height of DataTables with this: $(".dataTables_scrollBody").height(example); All is well....
View ArticleColvis hiding columns makes the rest of the columns wider
I was wondering if there was a way to let the column widths stay fixed after hiding a column. I have a lot of columns and trying to keep the table width reasonable, but when I hide columns by default...
View Articleinput type hidden, problem in IE
Hi! I am new using DataTables, but I liked it very much and I intend to use a lot. so Thanks a lot! Well, I have a problem using the dataTables. I am using the datatable together with form submit, and...
View Articlesearch box shows all results on a specific text when it shouldn't
I am getting row data from my viewmodel. Whenever i type "administrator", it gets all the result instead of displaying only text with administrator. eg. name admin1 user1 user2 so if i type "admin" it...
View ArticleSeeking some help on css positioning of paginate div
Hi everyone. I appreciate your time. I have my paginate set to full numbers on the bottom right of the table. I am not using sDom to do that, just the demo_table_jui.css. My problem is that as you hit...
View Articleadjust bInfo font size
I am curious if anyone knows how to adjust the font size of the bInfo section of the dataTable. I have tried to use the: #dataTable_wrapper{ width: 100%; font-size: 13px; } and that will adjust the...
View ArticleProblem with FixedColumn plugin
I have a table with 20+ columns out of which 7 are fixed and the data is populating in the table dynamically from the database. I want the table to be 7 fixed columns on left and the table width must...
View ArticleFixed Column plugin header width not aligne
Firstly, i want to appreciate this amazing work. Every day i discover more impressive features in datatables. Datatables is a life saver. Great work! I have a small problem when using Fixed columns....
View Article