mvc3 datatabels and ajax-beginform
im trying to send and ajax request and returning the result into a new table i debugged the req and i can confirm that evry thing is good except the VIEW the end result is an empty table instead of one...
View ArticlefnUpdate in 1.9.4: consistency issue when adding objects
I see a consistency problem with fnUpdate regarding using an object to update the entire row. The code is specifically checking for a 'plain' object, created anonymously, or with new Object. The...
View ArticleDataTables individual column filtering example (using select menus)
I'm not a programmer, but would like to add this feature. I have my test table up and running. What are the steps to add this feature in. Do copy the code shown. Where would i copy it to. Is there an...
View ArticleSearch one string - Multiple columns
First off just wanted to say that this is the best plugin that i have used. Thanks heaps. Now to my question... I know this has been asked before and has been answered, but I don't know how to...
View ArticleChange server-side database table name
Hello all, This is probably incredibly easy but I'm have trouble finding out the *best* way to send a different database table name to the server script for processing. When the user first loads the...
View Articlefiltering based on a column with images in it
Hey guys so I am trying to do some custom filtering. I have some checkboxs and depending on which ones are selected I would like to generate a regex string that I can apply on a column: Here is my...
View ArticleAre it's possable to ReDraw not all data table but only one row or cell?
I looking for a solution to redraw not all datatable but only one row or cell? May bee data tables have this function? (I don't find it :)) The other question, are it's possable to redraw all datatable...
View ArticleSearch from the datatable itself
Helo. this is for our thesis project. May I just ask about the "search or filter" function. if you want to search something that came/showed from the datatable(which we query from the database), is it...
View ArticleHow can I distinguish between first Load of table and Load as a result of...
Hi I'm using datatables 1.9.3 with the following configuration "bProcessing": true, "sAjaxSource": 'myservlet', I was wondering how can I distinguish on the server side if the table is being loaded...
View ArticleHorizontal Scrolling issue with lots of columns (table overflowing, scrolling...
Hi, I seem to have hit a bug with Horizontal Scrolling on a table with ~22 columns. The issue is demonstrated here: http://jsfiddle.net/bPaM7/9/ Notice how the table is overflowing the container and...
View ArticleJSP taglib for DataTables
Hi all ! Just a little thread to introduce you a fresh JSP taglib that I've just finished writing. You can now quickly create Datatables in your Java/JEE based web application without writing any...
View ArticleDate time from CET to browser locale
Hi, I am using datatables to display tables on a webpage. I already have the html dom for the table on which i am imposing the datatable properties var search = $("#searchTable"); var $table =...
View ArticleFixedHeader - Allow specific target for docking the header
Hi, I'm working on a huge project with lot of data, and for some listing, to have docked headers and footers could be a great improvement. In order to save time, I'm interested by using FixedHeader...
View ArticleI am not getting exact filtering using fnFilter() function..
Filtering doesn't happening when search string contain bracket Example: 1.search String=kumar(12345) then its not returning any value. 2.search String=kumar-12345 then its working fine. Kindly help me....
View Articleexample of rails project with datatables
Hi, I'm trying to do a project using jquery-datatables-rails but can get it working. No sign of sorting etc. Does anyone know where I can find some example of such a project (with all /assets etc....
View ArticleSELECT filter on top
Hi, How would I place the SELECT filters on *top* of the table, rather than below, as seen in the example: http://datatables.net/release-datatables/examples/api/multi_filter_select.html Thanks, Nathan
View Articleproblem combining datatables with datepicker
I am trying to use both datatables and datepicker in the same page. Can you help me out. I have a html page for datepicker which works OK: (ignore the alert when you load it)...
View ArticleUnicode (\u) e.g "abhi\ushek" in a column value disables copy option
In one of the data table column the value is like "abhi\ushek" "copy, csv, excel,pdf" doesn't work fr datatable if table contains values like "abhi\ushek" if table doesn't contain value \u then...
View Articleshow and hide some coloums when exporting
Hi Is it possible to get the fnShowHide to filter the exported csv and pdf / print etc ?, I have implemeted the fnShowHide like the tutorial but when I print using tabletools or export to xls all of...
View ArticleaoColumns to render columns
Hi All, I am using aoColumns to render one of the columns. This column shows me an edit link and a delete button correctly but the click on these do not work properly. Is the usage correct or I need to...
View Article