Delete row using button dropdown inside table
All On the table we have a dynamic drop down menu that is generated for the last column on each table row "<ul class=\"dropdown-menu\">" + ' <li><a...
View Article"Rectangle is outside bounds" when using TableTools
I tried to search for this error message in the forums, but there was no match. I have a simple setup of DataTables and the TableTools, both with latest releases. When I click any of the buttons for...
View ArticleMultiple Tables cause this[DataTable.ext.iApiIndex] to be undefined
Hi All, I've got a very simmilar problem like: http://datatables.net/forums/discussion/4384/how-do-i-make-api-calls-when-using-multiple-tables/p1 I'm trying to get the selected rows from my table,...
View ArticleApplying different CSS class to each column of each row
Hi, I want to apply different CSS class to each column of each row after ajax call while creating of new paginated page. Example: For Ajax response as given below: { "sEcho": 1, "iTotalRecords": "57",...
View Articlejquery.floatThead - a new floating header plugin that works with datatables
I recently released a new floating header plugin that works with datatables out of the box. The reason I wrote yet another plugin that floats the headers was because none of the existing plugins met my...
View ArticleDatatable / Keytable / Jeditable : edit on double click
Hi, KeyTable with jeditable is just working great and it is useful to have cell selection on click. I would like to have cell edition on double click but I can't find a way to handle this. Do you have...
View ArticleSort column by rating (wordpress - wp table reloaded - gd star rating)
Hi, This is a question I asked on the Wordpress support but no solution could has been found. My website uses Wordpress 3.4.2, and I manage tables thanks to WP Table Reloaded plugin. I have integrated...
View Articleusing ColReorder vs ColReorderWithResize
Two questions: 1) Do I need both libraries? I can not seem to find instructions on which libs to use. 2) I have tried each one and in both cases I am only able to move columns to after the last column...
View ArticlesScrollY ignored completely
Hi, I am trying to make the table body scrollable using sScrollY, but this parameter makes no difference whatsoever to the appearance of the table. Here is the table initialization code: oTable =...
View Articlecursor changes though sorting is disabled
Hi, I have used datatables in my application. I donot want the sorting functionality to be enabled in these. I have created a table with class 'display'. In jquery, I have used the below lines of code:...
View ArticleInline editing like (or with) JEditable?
How can I allow inline spreadsheet-like editing with Editor? Does Editor integrate, for example, with JEditable (http://datatables.net/examples/api/editable.html)
View ArticlefnOpen() method question
I am using fnOpen() method to display some details about the row. Now my details has grown so I am trying to put those details in separate page ("details.jsp") and have open with fnOpen(). Is that...
View ArticleCustom Renderer possible for Table Headers & sPdfMessage ?
Hello, Thanks a lot for the amazing plugin. I have a question regarding the Custom Renderer. Right now , I am able to use the "fnCellRender" option to render the customized td details. Is there any...
View ArticleMake pagination and search shareable.
Hello, I am using Datatables with Bootstrap. Simple Dom source. Is it possible to make Datatables update current url based on filter/page? E.e. http://myapp/#q=some+query&page=2? Thanks.
View ArticleUsing down arrow to navigate the table and scroll up one line when last row...
Hi - I am trying to have a down arrow to navigate the jquery datatable. And when we reach the last line, then next row gets shown and the table scrolls up one line up. For eg, let the table be this:...
View ArticlebJQueryUI: true with row_details api - borders displayed on cells when first...
Hi, Found an interesting issue when using bJQueryUI: true and the row_details api functionality. Have mocked up an example, combinging the row_details example with the themeroller example, for...
View ArticleDataTables warning: JSON data from server could not be parsed.
For some reason, this just started happening. I am getting this error when trying to load in my JSON data with AJAX: "DataTables warning: JSON data from server could not be parsed. This is caused by a...
View Articlelittle issue with filtering
Hi, I found a little issue in the filtering. If you move the cursor after begining to type, filtering don't work Example : http://datatables.net/examples/example_zero_config.html type "win" in the...
View ArticleTabletools - Download XML/JSON file
Hi, Does Table Tools allow a user to download the data in XML/JSON, I know they already have csv/excel/pdf but was wondering if there could be a way to allow it to download xml or json. can anyone...
View ArticleData entry screen
Can I populate data entry screen, for add, edit, in more than one column ?
View Article