Column headers not aligned?
So I've looked around for documentation about my problem and have found things that closely related but I am unable to get their solutions to work. This is a link to a picture showing the problem....
View ArticleMany tables on a single page - performance issue
Hi All, On my page I render multiple tables. DataTables are optimized for many rows, but in a single table. In case of having multiple tables on a single page (e.g. 13) it can be quite slow I found two...
View ArticleChange font-size in PDF Export
Hello, everything works really fine and DataTables and TableTools are very great tools. But where or how can I change the font-size of the text in table header and table data ? Kind regards, Klaus
View ArticleDid not get Resized
Hi, i have a problem in table size.When i resize the browser the table displayed in standard size.if i reload page it table fit to the page. How to i resolve it? help me my Initial code like this...
View ArticleoColReorder with aiOrder option not reordering table data
Hi, Datatables is awesome! I am facing an issue with reordering columns though. I wanted to predefine a column order for the table. But only the table headers get reordered according to the indexes...
View Articlecustom filtering that only starts with the first letter of the query based on...
hi! before my question, i'd like to tell you guys that this plugin is a really, really really really great plugin. hehe! my question.. is there a way where i can just type into the filter box, but the...
View Article<br> when exporting to xls/csv
I'm using TableTools to export table to csv/xls without problems. I've got cells containing multiple lines separated by a <br> and I would like this functionality present in the exported file....
View ArticleEditor with WHERE-clause
I have got a table where multiple customers have got records. They should just edit their own records of course. Normally i would make it with an where-clause. How can i make it with the...
View ArticleJQuery click not working with each row in the table.
I am using DataTables. The table is created using JSTL. Example; <c:forEach items="${....}" var="registrationObject" varStatus="rowCounter"> <tr> <td> <input...
View ArticleFirefox Dialog Hidden
DataTables 1.9.4 and TableTools 2.1.5 SUSE Linux 12.2 and Firefox 17.0 The Save as PDF, CSV etc all work except that the dialog is displayed behind Firefox and so is not visible. Is this a FireFox...
View Articlenewbee using dattable
I am newbee, trying to use tabale with ajasource. Its not working, please advide whats wrong <html> <head> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>...
View ArticleDrill-down data
I have a few questions regarding the drill down. I have a drill down but would like to make an ajax call to get the data. Is there an example of how to make the ajax call for this? I have a ajax call...
View ArticleButton DTTT btn-group vs. DTTT_container
Hey All, I've got two different usages of the Export functionality and for some reason, they are outputting differently, affecting the size of the button itself. The sDom and all other parameters are...
View ArticleHow to cancel a sorted colum?
Hi, guys! I'm new to use DataTables. Here is my question. As i'm using JQuery UI Dialog to popup the datatable to show the data. But i triggered the sort action and closed the dialog, when i opened the...
View ArticleModify cell contents of a column in fnRowCallback where column position...
Hi all, I'm using fnRowCallback to get modify a row's data var txtName = aData["name"]; $('td:eq(3)', nRow).html(txtName +"<br><div class='usedToTriggerSomethingOnClick'>View...
View Articlefixed row height in the table
Hi, I wanted a fixed row height. However, each td element contains data which is overflowing, comes to the next line & consequently increases the height of the row. Is there a way to fix the height...
View ArticleAjax data piplining and fnDeleteRow clashes
Hi i am using pipelining for ajax data from this link http://www.datatables.net/release-datatables/examples/server_side/pipeline.html. It works great except when i try to delete a row using...
View ArticleCustomizing a table when defaults are set?
I placed a custom initializer at the bottom of this code which has default table settings. http://pastebin.com/s4tyqxVz I'm getting this error.... DataTables warning (table id=’sample_1’): Cannot...
View ArticleEach table
Hi all friends, I need to change the content of a certain column of the table after the load is complete, I am using server side, what would be the right way to do it? thank you very much and greetings...
View ArticleRemove hand cursor on header where sorting is disabled
Hi I disabled sorting on 2 headers on my datatable, btw DataTables really rocks :) So i got 1 header left, where sorting is enabled, where i want the cursor to be a hand (done that with CSS) But now i...
View Article