ColVis - Prevent Refresh On Serverside Table Unles Re-Sorted or Page Changed?
I'm using ColVis to show/hide columns, and it works great. The only issue is that I'm using serverside pagination, as there are thousands of rows, and I don't really find it necessary to reload the...
View ArticleCannot get Select Row example to work
I'm attempting to replicate the "Select row example" (see http://datatables.net/release-datatables/examples/api/select_row.html) in my own program. The code I'm using the initialize my table is as...
View ArticleScript not working
It is probably my fault, but I can't seem to get the script to work properly. Look here and you'll see that the script is being called properly, but it is not working:...
View ArticlePass 'id' to Edit link in new column for user created edit page
I have created a column (column 0) to have a hyperlink, so that when clicked will open another page (edit.php). I would like to pass the id (which is in column 1) to a link in this manner...
View ArticleMulti-Column sort with a fixed 1st column sort order.
I'm trying to allow sorting on a table, but I need the table to always be sorted by a particular column first, then the selected column. So with columns A, B, C, D. If a user clicks on C, I need the...
View ArticleHow to call TableTools functions instead of using the buttons
I'm sure this is fairly simple, however after searching i didn't find any thread asking about this. I'd like to call TableTools functions directly, so i can integrate them in my existing UI. For...
View ArticleRegular expression syntax, regex syntax
Hi. Is there a reference to the regular expressions capability for filters? Does datatables use perl syntax? Some other syntax? Thanks in advance! My real question is: how would one implement an OR...
View ArticleRefiltering the DataTables after the tables get reloaded via AJAX
Hi, I have a bit of a difficult issue to explain, but I'm going to try. Unfortunately the project I'm working on is only available after logging in and I don't have permission to provide anyone...
View ArticleIE7 : column headers, sInfo div, sSearch box, sPaginate all glued during...
Hello, I have set up a DataTables table with an Ajax datasource and the target browser is IE7. The table is in a <div> with auto scrolling set in css (this is a requirement as there is a splitter...
View ArticleDataTables Slow to load (large table workaround?)
I am loading a cSV file from the jquerycsvtotable mod and the csv file is approx 700KB. I am using IE7 and it refused to load the table, is there any work around to large tables ?
View ArticleClarification on sWidth
Hi Allan Please can you clarify something for me; I'm setting sWidth for each column but it seems those widths are not being honoured. The example you can look at is the events columns (row 2 of...
View ArticleDataTables + Java + JSP = DataTables4j
Hi all ! I'm really pleased to announce the DataTables-taglib's offspring : DataTables4j (for Java) :-) For the time being, the latest version is 0.4.0-SNAPSHOT but you can already test it and give...
View ArticleAnother question regarding loading records from a variable
I'm sorry for posting this question again, but I searched and read many threads on using fnServerData with no avail. I am trying to only load a list of patients from a specific Dr's ID. The doctor...
View ArticlefnInfoCallback
DataTables has a callback named "fnInfoCallback". At first I thought this would be the equivalent of a "onFilterCallback" (actions to take every time a filter is applied) - but I found that this...
View ArticleIs it possible to create a data table without thead?
Can we do this? or how do we customize the plugin to do this?
View ArticleHow to create a fixed table size, but with dynamic no. of columns?
Hello, Is it possible to have a fixed table size e.g. 1000px, with the 1st column (Header & Labels) and the last column (Total) fixed and then I have the scrollable area of the table in between,...
View ArticleShowing computed data
Hi, In my table, I want to: 1) Augment one column with extra data, to be retrieved by an ajax call 2) Fill one column with HTML content returned by an ajax call The table should remain sortable with...
View ArticlefnSorting does not work
I would like to configure client side sorting. But I do not succeed in running fnSort. I get data via ajax (static data for dev purpose), and I bind the fnSort to the th click event: , "sAjaxSource":...
View ArticleNo content yet
Hi, In my datatables, I am showing data based on a join. An outer join (i.e. even if there is no matching record in the child table, the row should still show, with an empty value in the cell. However,...
View ArticleConditional DELETE
Hi, How would I show a DELETE button conditionally, based on the value of a (hidden) field? E.g. you cannot delete a user who has already logged in. where do I set the value (hidden) when the user last...
View Article