TableTools - Copy breaks when encountering a single quote.
When the copy function encounters a single quote, it will stop processing. No Success message is displayed. The text in the clipboard up until the single quote is intact, but everything after that is...
View ArticleConsume legacy REST API (map TotalRows to iTotalRecords)
I wish to use datatables with an existing REST service that supports paging but has it's own parameters/return values (e.g. iTotalRecords is TotalRows). I can't change the server code as it'll break...
View ArticleDrill-Down Rows w/ Static Content
Hey, I am fairly new to Datatables. In fact, this is the first time I am using them. I am trying to create Drill-Down rows with static content. I saw the section on Drill-Down rows, but there are still...
View Articleproblem position
incorrectly displayed in chrome clone footer please help call: "fnInitComplete": function(oSettings, json) { new FixedHeader( oTable, { "left": false, "right": false,"top":false, "bottom": true } ); },...
View Articlechange display length dropdown without the "show" and...
I'd like to have a dropdown for selecting the number of rows per page.... can I change/remove the included text which displays as "Show [x] entries". Is that possible? Thanks!
View ArticleInvoking TableTools with external image links
Hi All, I am working on a project that I am planning on using Allan's wonderful DataTables plugin. I need to also include the export to PDF/Excel & Print buttons. I would like to use my own icons...
View ArticleHow to refresh/reload dataTable?
Hello, I want to reload/refresh the data in dataTable after I click on refresh button. Currently I am calling the dataTable intialisation function on button click but that's sending the ajax request...
View ArticleSaving variable from a web server in a txt file (client side)
Hello! I'm running a web server with a PIC32MX microprocessor running on FreeRTOS. I'm using java scripting to refresh variable from server. Now i should save these variables on a text file client...
View ArticleHow to check checkboxes on filtered rows?
I have a single checkbox in the thead TR and every tbody TR. The ones in the tbody are for individual selection, but I want the checkbox in the thead to check all visible (also on other pages) row...
View ArticleHow to hide a Column when Exporting DataTable into PDF file
Hello All, I have tried to hide a Column from my Table when Exporting it into PDF file. Code that below hides the column when pressing PDF Export-button but File Save as Dialog is not open... How to...
View ArticleCSV,PDF for selected rows
Hi all, I want checkboxes to select rows and export only selected rows. Also CSV is not exporting the data which is added under the row. It is exporting only the row. I appended some data to the td. I...
View ArticleQuestion about fnServerParams
Hello, First, my compliments to Allan for Datatables. I'm gradually learning to use it those days and as I begin to understand the way it works, I must say I'm happy with it! My question: I'm wondering...
View Articledynamic content doesn't load
Hi, First of all: it's a great plugin with a lot of options! thanks for your great work! Now my issue: I have set up a very basic dataTable for testings, but it seems, I am not able to get any result....
View ArticleCheckbox Filtering
Hi: I would like to add a checkbox next to the search box to be used as a filter. I currently have two datatables on a page and the only difference is one has only items that belong to the user and the...
View ArticleLoad new data via Ajax
Hi Everyone, I'm using jQuery 1.3.2, Django and DataTables 1.4. I have a series of drop-downs that filter an object by foreign keys. When a selection is made, an Ajax call is fired, Django renders my...
View ArticleI want to define a DataTables multi column Edit form
Hi I wish to create a multi column Edit popupf. I like the way that DataTables handles this at the moment but want a diffrent layout. What I want is something like this. Name : xxxxxxx Surname :...
View Articlewidth dataTable fixedColumns recalculate
sorry for my english :-) translated by http://translate.google.ru Help a table #FixedTables (FixedColumns) when loading a page width of the table is calculated fine, but if we assume unlock the hidden...
View Article[issue] Pagination number error: "Showing xxx to xxx of xxx...
== Error case 1 == page 1 ---------------------------------------------- SHOW 500 ENTRIES SHOWING 1 TO 500 OF 1,202 ENTRIES [1]23 ---------------------------------------------- page 2...
View ArticleDataTables With c++ (cgi)
Hi all, I'm doing a project with this DataTables Plugin. I 'm just reading all concepts of this DataTable Plugin now. I'm not using any Relational DB in my server side. My all data are simply flat...
View ArticleSearch/filter finds matches in html tags
Hello, I have a table in which a couple of the colums contain links (a href). When I do a search, it finds matches within the <a href... ="abc.html?name=test&etc"> tags. Is there any way to...
View Article