TableTools not working in Safari 5.1.7
Hello, I have installed the WordPress plugin TablePress, which uses DataTables and TableTools: http://wordpress.org/extend/plugins/tablepress/ I am calling it on this page: http://juiced.gs/index/ via...
View ArticleChange datatable columns properties ( aoColumns ) when we wish
Hi, merry christmas everyone, How can we create dinamicaly columns properties for our datatable ? The table ( datatable ) need to take some diferent number of columns depending of the user privileges....
View ArticleDatatables does not display < character
I am using Datatables in a server-side scenario. I am returning the following as part of my JSON data: "A\u003cB" which basically is "A<B" encoded. Datatables only displays the "A", not the...
View ArticleCannot get this to work. I've tried everything I can think of!
I'm trying to install and get this working at all. I've read about a dozen forum threads asking for help and none seem to work for me. It seems so easy to install this but it's not working at all. My...
View ArticlefnDeleteRow() problem - bug or usage problem ?
Hello Allan & fellow forum members, I've encountered a strange problem using fnDeleteRow and decided to seek here some advice... When I've tried using fnDeleteRow( [ TR element] ) to delete a...
View Articleprint when the table's width is very long
When My Table's width is very long,like 2000px or more.I print the table.Under Firefox it print the whole table in one page so that the font-size is too small.Under the IE,it only can print a part of...
View ArticleNeed help for sorting date with dd/mm/yyyy format
Hi, I have a table with 4 columns. The last one contains date (dd/mm/yyyy format). But the date doesn't sort "properly". Can anyone help me ? (i'm completely new to javascript). Here's a part of my...
View ArticleTable Data Display
One of the columns in Data Tables have values like ( 'Idle', 'Live','Power Down' ,'Stopped'). I want to display first the "Live" rows , then "Idle", then 'Power Down' and last 'Stopped'. How to do this...
View ArticleProblem With Paging
I have problem with paging. i have data 32.000 when paging show page 6, table restart to number 1. can you help me?
View ArticleaLengthMenu & language file
"iDisplayLength": 5, "aLengthMenu": [[5,10,25,50,100,-1], [5,10,25,50,100,"All"]], "oLanguage": { "sUrl": "languages/*.txt" }, How insert "All" in the language file for translation?
View ArticleAccessing cell values in a table
I have check box as one of the columns in my table which uses DataTable plugin. Here I get the selected rows in a array and trying to access the value of the second column of each of these selected...
View Articlesorting is not working if we have data with comma , negative/positive values...
the data is when sorted as desc -2,598.00 -3,493.70 -350.00 -36.00 -435.75 -8,200.00 0.00 0.00 17,444.00 27,200.00 736.75 and the code is that i used is...
View ArticleStrange Filtering Problem
I've found what I think is a bug with the filtering in DataTables. There are certain words where the filtering does not seem to apply while most others it seems to work fine. Here is my case:...
View ArticleScroller v1.1.1 dev won't scroll past records specified in iDisplayLength
I'm trying to figure out how the new dev version of Scroller works. It seems to display just the number of items for the value of "iDisplayLength", and then when you scroll down past that number, it...
View Articlehow can i set columns css(or add class) when add new row with fnAddData
Hi all, i add a new row with fnAddData function then every columns css class lost , how can i should do to add that class ? code like this : $("#addRow").bind("click", function () { var oTable =...
View ArticleBest way to reload data and load new table
Hey there, I have a few questions... First, what is the best method of resetting a data table with new data? As in, I want to remove all rows, and then add a whole new set of rows through ajax, all the...
View Articletwo images in one td tag
i have two images in one cell. How to add event listener for two images ? i can add one using following code . But how to add two ? $('#example tbody td img').live('click', function() { var nTr =...
View ArticleaoFeatures update data
Hi, I am trying to add a new feature to sDom to replace the built in 'info' component. I am doing that because I want to add buttons to the component. I can't figure out how can I update the component...
View Article