TableTools export to PDF issues
Hi, Is it possible to left-align the column headings in the PDF instead of centre-aligning them? I would like the column heading alignment to match the column data alignment. When a PDF file already...
View ArticleServer-side processing with AJAX and MS SQLSRV
I am running into difficulty when attempting to use server-side processing with MS SQL Server 2008 and AJAX. The browser alerts the following error: DataTables warning: tableid=test-datatable -...
View ArticleNested Json
Hi Excuse the newbie question but its driving me up the wall and any help would be much appreciated. I have a nested JSON object called activity. If this has values I want to display them (ideally...
View ArticleScrolling issues in Safari (iPad)
Hi, I am using a DataTable with frozen left column and headers. Works great in FF, however, when scrolling in Safari (iPad), the data is allowed to go way beyond the headers. It snaps back after the...
View ArticleUsing enumeration in sorting function
I have a table with different fields. One of them contains keywords like "good", "bad", "terrible", "perfect". I would like to sort this column in a custom order (keywords would be enumeration like...
View ArticleChanging button value in bubble editing
Hello everyone, I was wondering how can I change the value of the button in bubble editing? How to change text from "Update" to something else? I am using Editor btw. Alex
View Articledatatables row select
Hello I am using datatables together with web2py. When I try to use row select, i can only select every other row if I use this code http://datatables.net/examples/api/select_row.html Or I can select...
View ArticleCan you pass an array to the order table initialization?
Using 1.10.4. I'm trying to pass an array to the order parameter in the table initialization. If I hard code it, it works fine. But I'm building the array from a combination of querystring parameters...
View ArticleHow to change background color of cells with special value
Hi, I got a question about how to change the property of datatables cells which has some special values. For example, for some cells, their value starts with a "+", in that case, I want to remove the...
View ArticleAdd row and return/get your index
Hi guys i need get index when i add row in my table like this: table.row.add([client.name, "<a title='Delete' onclick=\"delete('" + client.id + "," + thisROW.index +"...
View ArticleI have a question about Wizard and datatable
I want built a page with Form Wizard and Datatable... I did them with bootraps 3. And I no ideas about problems pass data from a table to a other table.... Anyone knows please support me... Thank you...
View ArticleEditor - Tabbing example (Not working)
So I've been looking at the Tab example (https://editor.datatables.net/examples/inline-editing/options.html), and can't seem to get it to work. I've figured out that in the IF statement for checking...
View ArticleProblem with dataTables.scroller.js version 1.2.2 - returns DisplayLength = NaN
I am having a similar problem as this guy, Where the the iDisplayLength = NaN. I have read the entire dialogue from the above mentioned issue, and I have discovered that it is, in my case, the current...
View ArticleError when connecting DataTables to Web API Controller
I have a json response coming back from a WebAPI controller that looks like this: {"sEcho":"1","iTotalRecords":1,"iTotalDisplayRecords":1,"aaData":[{"id":2,"name":"Andy","description":"New To...
View Articledoes fnFilter cache the filter?
hey out there. I using fnFilter. The selectedValue below is a dropdown option. So user chooses different value and the filter "was" working. I started experimenting with different filters which didn't...
View ArticleDataTable v1.10.4 ajax with columnDefs which lead to row($(this)).data()...
Hello People I having difficulties getting data from row($(this)).data() which gave me undefined data. Here my source code: HTML: <table id="table123" width="100%" cellspacing="0" cellpadding="0"...
View ArticleDo I need to write the data export SWF files myself or I can download them?
Where can I download the export data to Excel SWF files ?
View ArticleBug: filter text is always shown in input box, even when it shouldn't
I am having difficulties with not showing the search string in the search field when using fnFilter, even with the correct parameter set to false. If I am not mistaken, it appears to be a bug with the...
View ArticleUsing checkbox to pass row ID to a CRUD button
Hello, I'm trying to use the checkbox to pass the ID to a button to delete that row, read more information for that row, or update that row. Here is the code for the row and buttons:...
View ArticleProviding Default Ajax Implementation
First off, thank you for all your hard work on 1.10! I am in the middle of trying to move off of 1.9 and have ran into a couple roadblocks. Let me first describe how my 1.9 was setup and why. The...
View Article