Possible to save export without seeing the save prompt?
Hi there, When you click an export button in DataTables/TableTools, you are shown a save prompt where you can edit the filename if you wish, then press the Save button. Instead of this workflow, is it...
View ArticleIssue with re-initializing dataTable having columnFilter with type checkbox.
Ref: jquery.dataTables.js 1.9.4 jquery.dataTables.columnFilter.js 1.5.1. I'm having issue with reinitializing jquery datatable when any search criteria changes with the click of show result button. It...
View ArticleEditor Modal Doesn't Open after fnAjaxReload
Hi, I'm experiencing some issues getting the editor modals to play nice when using the fnAjaxReload extension. I'm having to the use the fnAjaxReload extension because there is no server-side code...
View ArticleCan not add column !!! (top_bottom_left_right.html)
Hi. I am trying to add some more columns to the sample code above and it break in this function, something with the column index. Do I have to set the total column count some where? Could someone give...
View ArticleAdding html data tags to datatable serverside
Long time datatables user with a problem I can't seem to find a solution to. I need to add an html tag 'data-title' to each TD in each row. How can I do this using datatables serverside? Or, would it...
View ArticleTwitter Bootstrap 3
Hi all, For those of you who are playing with the new Twitter Bootstrap 3 RC1. Here are my local changes I had to make to get it working. I've also added in my own "stuff" to get it to look pretty ;)...
View ArticleDisplay content of dynamically selected table
Hi All, I want to use DataTables to display the contents of a dynamically selected table. So the columns are not known in advance, and will be retrieved using an ajax call. I have the test case below:...
View ArticleStrang behaviour: column resizes on click (jeditable)
Hello Guys, I am using DataTables togehter with jeditable in client side mode. The relevant part of my Javascript code looks like: buildTable = function(columns, data){ var submitFunc = function(v, s)...
View ArticleModifiying the sort event
Hello guys. I've been using DataTables plugin for some time now, and in a current project i need to modify the way in which DataTables sorts columns with a function of my own. I was thinking if there...
View ArticlesServerMethod: POST and overriding fnServerData do not work
Hello, I'm having trouble switching one of my Datatables from GET to POST. The table works in the default GET format, but as soon as I change it to use POST, the Datatable never gets populated, despite...
View Articleonly first row is editable with datatables jeditable. why?
using editable dataTable, and I'm able to edit the data on the first row of my table (last two columns). why are the other rows not editable? I'm expecting all rows for the last two columns to be...
View ArticleHow do I pre-populate a datatable with data for the first page, but still use...
I am using the sAjaxSource option to populate a datatable. When the table is initialised a request is made and the data appear on the table. It works, but it takes 200 ms to fetch the data. I would...
View ArticleHow to get the sorted list?!
I'm using column sorting (click header to sort) with paging limited to 10 per page. Each <tr> has a unique "data-id" attribute on it. After sorting changed, I want to get an array of all...
View ArticleTableTools Cross Domain SWF
Hello, and thanks for the great work! A question about TableTools. I host my web application on the cloud, and static files, including copy_csv_xls.swf live on a different domain than web app. (Heroku...
View ArticleIs there any way to make certains rows unselectable for an...
Hi, As titles. Is there any way to make some rows unselectable for an 'multi-selecting' table tools? @Alan, thanks for your such an amazing table tool. I will never hesitate to give you all my respect....
View Articleajax problem
iam using form to add new target to user i need when he choose from menu without refresh page the information about this record show in text (chained select) i'm using ajax but code have error i don't...
View Articleoption box beside the search box ?
http://assistpoint.mobi/businesspoint/datatable.jpg check this you understand what i want , i want custom option box beside the search box . how can i achieved ? please help
View ArticleRe-draw the table when user uses new searchfunction.
I have made a function like this. data is a format [["1","2","3","4"],["1","2","3","4"]] string which is parsed as data, works fine. all is just a number I use later on. The function...
View ArticleData Table with editable rows
Hi Allen, I have 4500 records with 35 columns. All the rows are editable. I have retrieved all the data from DB at a time generate table in JSP. The functionalities are working fine as expected. Since...
View Article