Scrolling With Bootstrap Produces Narrow Header
I'm using DataTables 1.9 with Bootstrap2. I've read the articles on getting it up and running and everything has been working great until I had vertical scrolling. When I do this I get the following...
View ArticlePDF download is working in development but not in live server
PDF download is working in development but not in live server Can any one help me out
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 ArticlefnDrawCallback is called only first time when using server-side processing
fnDrawCallback is called only first time when using server-side processing. I need calling this callback each time data is retrieved from server, in order to implement row grouping... Is this a bug,...
View ArticleProblem with ColReorderWithResize plugin + sScrollx
First of all, sorry for my english. I have in my application the ColReorderWithResize plugin and I want to have an horizontal scroll. Then I write sScrollx: 100% in the datatable configuration. When I...
View ArticleUse multiple databases with Editor
In the config.php of Editor only one database connection can be provided. What if I need to connect to multiple databases with one instance of Editor? Is there any way to do this?
View ArticleJQuery DataTable + Java
I have using JQuery with Java EE where i set the sAjaxSource is from server but there is Json Data formatting error after data post back from server. May I know why it is and how to solve it? Thanks.
View ArticleDatabase connection via socket in DataTables Editor
I am trying to connect the Editor to the database via socket. I am always getting back an error [2002]: Connection refused. My host entry in the config.php looks like this: "host" =>...
View ArticleDisable autosorting
Hi guys... short question.. i get my query this way $query = "SELECT userid,username,fullname FROM user ORDER BY username ASC"; but in the table its ordered by userid.. but i want it raw out of my...
View ArticleExport data in XML and my custom format
I want to export data in JQuery Datatable in XML and my own custom format. Is anyone has tried this.
View ArticleTableTools problem when saving pdf or csv
I am trying to save a table as pdf and csv and all values that I created dynamically using fnRowCallback are left as 0. Is there a trick to include those values in the pdf, csv other than calculating...
View ArticleCapturing Sort Column and Direction
I have a nice jQuery datatable happening with sortable columns. A request came in to capture 1) The column that was clicked on and 2) the sort direction at the time of the click. I've looped through...
View ArticlePaginator like remylab.github.com/jpaginator/
Hi guys, it is the first i write in this forum but i checked it often looking for help! I would like to have a paginator like this one: http://remylab.github.com/jpaginator/ because i have an huge...
View ArticleEditor > Generator > id
Hi, In my existing DB schema, I don't use the "id" attribute, but a different name for the primary key in my table. When using the generator, I get a PDO error Column not found: 1054 Unknown column...
View ArticleHide Row when is showing its details...
Hi Allan, thanks for this work. Im using your table, specially the feature of show details of a row. When I show the details, I'd like to hide the "parent" row because the details contains also the...
View ArticleaTargets and mData column names
I've got a table which uses mData to set the names of the columns for pulling the data from the json stream: { "mData": "id", "aTargets": [0] }, { "mData": "name", "aTargets": [1] }, ... This works...
View ArticleSearch Box can't filter on the word "Target"
I don't know what's going on here but the filter provided with the search form will not filter on the word "Target". I can use the same filter to find rows in my record set using other words though.
View ArticleColVis documentation typo?
On page http://datatables.net/extras/colvis/ there is a phrase I do not understand and suspect a typo: "Save staving integration with DataTables". What does "staving" mean in this context? Is it a typo...
View ArticleSet Content Type to JSON causes open a download dialog display rather than...
Hello to all, I had set Content Type to JSON from Java Servlet causes open a download dialog display rather than populate into Data Table.What is the reason causes this error? I debug it using the...
View ArticleJSON formatting error
Hello to all of you, I using JQuery Data Table to display data but i getting JSON formatting error when post data back from server to client. JSP <script type="text/javascript" charset="utf-8">...
View Article