Export to Excel - Willing to help
If this is a duplicate of existing discussion then please apologise. I've notice that when I use examples of TableTools and try to export table to excel I get CSV file. Searching on github I found out...
View ArticlePass the logged in username the sAjaxSource
Guys, I'm having trouble passing the logged in username (WordPress) to the sAjaxSource php file so I can mysql_query appropriately. I've tried to globalize my username variable, use an include.php file...
View ArticleDatatables pagination using server side
I am trying to implement datatable server side pagination. My table initialization: oTable = $jq("#conflicts").dataTable( { "sScrollY": "400px", //"bScrollCollapse": true, "sAjaxSource":...
View ArticleDataTable dynamic content Loading
I want to load the content from the ajax request when the next button clicked or the offset changed more than the loaded content in datatable...I read about "sAjaxSource" which loads the data as ajax...
View ArticleDT with Backbone.js
Allan! I hope things are going well. Our company is using Backbone.js for our new applications. We researched both Knockout and Backbone. I don't know why the architects chose backbone, I can try to...
View Articleeditor submit function issue
I am evaluating the editor, found the following issue: I initiated a new editor, which do not have a Dom table, just want submit some value to server and process the server response. But the following...
View Articleservicestack
has anyone managed to wire up datatables with servicestack? (http://www.servicestack.net/) i can't seem to configure the method signature to match that which datatables requires. eg public object...
View ArticleConverting cell's values
Hi, How to convert cells like name www n1 w1 n2 w2 n3 w3 name www becames to name www n1 <a href="w1">w1</a> n2 <a href="w2">w2</a> n3 <a href="w3">w3</a> name www...
View ArticleEditor - "No Data Available in table" message suddenly appearing,...
Hi I have had DataTables Editor working for many months now, no issues or problems. I checked one of my development pages yesterday and again, editor was working fine, table being populated absolutely...
View ArticleCould aDataSort refer to column like aTargets does?
Would be great if aDataSort could use the same type of index as aTargets, i.e. a string - class name will be matched on the TH for the column 0 or a positive integer - column index counting from the...
View ArticlejEditable Add New Row using multi-page wizard prior to for submission?
Hi, I am using jeditable with datatables and I am able to click "Add" and open a form on my page. The problem is, the javascript appends "Cancel" and "OK" buttons but I want "Next", "Previous" "Cancel"...
View ArticleProblem with disappearing 'counter' for the row number when using...
Hello. I've got a problem with disappearing "counter" for the row number. When i click "next or previous" button in pagination, my row counter disappearings. Here is my live example:...
View ArticlebDeferRender doesn't work with mRender?
I have a dataset of a few hundred rows. When I use bDeferRender, in conjunction with "aoColumns" and "mRender", mRender is called for every row in the dataset even though the table is only displaying...
View Articledont sort first row
Hi, i have a datatable where the first row is the insert-row (css-class=InsertRow) I want to ignore that row when sorting the table so that the insert-row is always the first row. edit: following code...
View ArticleWhat is the JSON data for fnReloadAjax supposed to look like?
Hi there, We are currently refreshing pages when we are adding data to a table, but instead we want to use the fnReloadAjax function to get the data smarter. I however haven't been able to find any...
View Articlebug in the code to make datatables work with bootstrap from twitter
At line 63: for (i = 0, iLen = an.length ; i < iLen ; i++) { // Remove the middle elements i and iLen are not defined, so when the scripts are all budled and minified with a "use strict" it doesn't...
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 ArticleJsonp aoColumns Mapping Issue
Hello, I have been working with DataTables 1.9 to read a return from an AJAX jsonp datasource. I have been able to successfully run a working example from the site and reproduce it at the following...
View ArticleHow to save the changes made in datatable using jEditable plugin
Hi, Iam new to datatables. Iam using jEditable to make the datatable editable. In the example i noticed that if the user edits a cell and press enter key the change is saved. But in my application i...
View Articlejquery 1.9
Hi! I noticed that the upcoming jquery 1.9 has some changes that could break some plugins - has data tables been tested with it yet?
View Article