Sorting not working with formated numbers
i have an issue, and cannot find any solution. I have a database, from there i selecting a lot of info, and than counting this data. $table->td( array($row->mailing_id, "width=\"20\" style=\"...
View ArticleMaking double click invoke the edit function
I'm trying to make it so that when you double click on a row, it performs the same action as selecting that row and then clicking the edit button, but it isn't working. I'm using the fnRowCallback in...
View ArticleMulti select with Ctrl+Click
Hi, For my app I need a DataTable where multiple line selection is done via Ctrl+Click instead of the standard way implemented currently by TableTools. With some fiddling around I came up with the...
View ArticleAlignment of Column widgets dropdown
Hi, I am using column widgets for multi filter on tables. I want to align the value(with hyperlink) which is selected on multi filter drop down. Currently its center align. Because of that the drop...
View ArticleLoading data into a cell of a table via AJAX
Guys, I'm evaluating DataTables for a project I'm working on and have made excellent progress in the last day or so. I've loading large database tables into the DataTables object using AJAX and it's...
View Articlepassing custom data-attributes in bServerSide
Is there any way/technique to pass custom data-attributes in bServerSide to the <td> tag of a cell?
View ArticleProblems using aoColumns dynamically with defined column array
Hello everyone! The idea is that I want to use autodetectable sorting on my datatables which work good, but in cases where I have textboxes, checkbox or other, I use sSortDataType, and it seems to work...
View ArticledataTables + jeditable (value not sticking)
I think this is probably more a jeditable issue but I'm hoping someone has come across this already. On the blur event the value is passed to a function versus a server call but the changed value isn't...
View ArticleProblem with Repaint Datatables in IE 8
Hi, we are having a lot of problems with IE 8 and the _fnScrollDraw function. We use a single datatable but we load differents data in it with differents columns. All work fine in all browser except in...
View Articleexcel table help!
i have linked queries on a spreadsheet to the same database. on one "table" that i pull in, it lets me subtotal. on another "table i pull in, it doesn't let me subtotal. i have googled this issue and...
View ArticleProblem with using dataTables with table generated by ASP.NET C# Listview
I am using a Listview control in an ASP.NET c# application to generate a wide table (needing horizontal scrolling) with a link button for editing in the 1st column of each row. I am stuck with using...
View Articleserver-side, scrollX, and column-sizing
I've been working with DataTables, scrollX, and server-side data sourcing, and have hit a couple of obstacles. The basic symptom is that the column headers do not align with the data columns, and in...
View ArticleUsing arrow keys to traverse results
Sorry if it has been asked, just link me to the correct discussion if so please. I asked this on StackOverflow as well, but no answers. Not sure if it has even been done... Does anyone know of an addon...
View ArticleDataTables + php + mysql ... slow
Hi, I'm new here and for now I apprecialte a lot the feature of DataTables. I have put a test file with the server side example with a mysql database and it's kinda slow when I change row pagination,...
View ArticleMy checkbox is not working, am I doing something wrong?
Hi, I am trying to implement checkbox to submit as form but I realized it will not work this way. What is the correct way to implement this? I read some example here but couldn't understand. <form...
View ArticleHow to add "disabled" row under each normal row?
I need to add disabled row for all rows. These disabled rows should act like a footer for each row. Disabled rows would be glued under normal rows and they would not affect sorting. I think this should...
View ArticleMy Date Range Search Implementation using Server Side Processing
I thought I would post how I implemented date range using server side processing since I spent a good deal of time putting together different hints though out this forum. So here are the bits and...
View ArticleHow to modify the way of counting number of entries?
I am trying to count two rows as one entry, but for the "showing .. from..to.." is counting every rows as entries. I tried to modify _END_ , maybe I can not modify it....Anyone has the same situation...
View ArticleRadio Buttons Affected By sScrollY
Bit confused by this, I have some radio buttons in my table which I set a default on (using 'checked'). Using zero configuration this works as expected, but if I add "sScrollY": "300px", "bPaginate":...
View ArticleNeed to fire function after page event
The page event in the following code snippet fires before the paging event has actually occurred. $('#dataTableID').live('page', function () { logWhateverShowsInCell2(); }); Is there a way to attach an...
View Article