DataTables and advanced functionality
We tried to add 3 functions together and got a few errors when doing so. Our issue is, we need to be able to edit what's inside each column of a row, then delete or add a new row. Debug info: awixod or...
View ArticleGet current dataTables
Hi, i use a javascript class, each object can create a datatables (each viewing a different SQL table). how can i retrieve the current datatables when i select a row ? i mean : ... ,"oTableTools": {...
View ArticleGetting the gray header and footer to show up...
Hello: I'm new to DataTables and I'm trying to figure out how to get the gray header and footer to appears like it does at this link:...
View ArticleColumnFilterWidgets + ColVis
Does ColumnFilterWidgets + ColVis work? When using ColVis, all the columns for ColumnFilterWidgets are showing up instead of just the 3 I have visible. They don't seem to be in a <th> at all.
View ArticleHow to prevent memory leak when using Jquery - datatables (ie7)?
I am using datatables in my Javascript application but when rendering the DOM, memory of IE grows up like anything. Memory doesn't come down even after clearing the datatatables element from DOM. I...
View ArticleDoes DataTables suport for utf8_general_ci ?
Hi, I am really like DataTable !!!, it is show cool that we have develop about English or French langue !!! I try to make it suport for Lao langue, it doesn't work !!!, anny one help me please. For...
View ArticleNavigate to row's specific page
I've been attempting to include a feature which, when given data specific to a row, is capable of navigating to that row's page. Ideally I'd like this to be done by finding the row from the complete...
View ArticleDataTable UX when using AJAX source
I love DataTables, and have used it in a previous project and knew I would use it in the newer version of this project too. Looking forward to DT2.0...need beta testers? Now that I'm a little more...
View ArticleDatatables 1.9.4 / bScrollInfinite misaligns headers
When I use the infinite pagination, the headers get misaligned: .dataTable({ "bScrollInfinite": true, "bScrollCollapse": true, "sScrollY": "300px" }); How do I fix this?
View ArticleFail to Load in Server-Side Datatable Processing
Hi. I wanna use server-side processing datatables, so I followed the tutorial below http://datatables.net/release-datatables/examples/data_sources/server_side.html and initiated my table like this...
View ArticleGetting Data to Display
I just downloaded DataTables last night and I am pretty excited to see it work, but I can't seem to get my head around some things. I have my data in mysql DB, I have set up the server_processing.php...
View ArticleInitial Data Set - Google index friendly
I ran across a comment on this board that said the tbody has to be empty and will be filled in by datatables. while this sounds cool, it breaks the view that google has. i was hoping to have the php...
View ArticleCustom row rendering - postcard style view?
i was hoping to use this more generically as it offers very nice filtering and pagination and speed. however in the customer facing ux i use a standard postcard rendering. can i define my row...
View ArticlesAjaxSource not working for Java servlet
I've got a Java servlet that is returning valid JSON data with the content type set to "application/json" (as suggested elsewhere. The JSON data looks like this (saved by going to my servlet's url):...
View ArticleUpdating DataTables with Search Results on Button Click
I don't have much experience with javascript and jquery and I did search for similar questions, however I'm failing to understand how to reload the table with new results from a query on a button...
View Articlefilter option on table
how i can add filter on the table so that whatever fields user add it can display only that fields?
View ArticleAfter Print, Column Header not clickable in scrolling Table
Hello, with TT 2.1.2 and tested with 2.1.5, the columns can not be sorted after PRINT preview if table is scrolling (in the example, just add "sScrollX":"100%" in table initialisation). but within...
View ArticleFixing left column, cause overflow in other columns
Hi, You have done a really great work! I have a problem... when i fix the 1st left column, the rest of the table overflow the div where table is in.... i try to explain better with an image... Here the...
View Articlebug in display controllers tutorial
Hello. When trying to edit a row after a click in a link (example: 2) of pagination, the pagination come back to the first page.
View Articlechange css row with fnRowCallback
Hello. Allan has a good example to add a css to an element. I would like to be able to do the same to highlight or change the css of the row: $(document).ready( function() { $('#example').dataTable( {...
View Article