JEditable
Ok - so... I thought I had everything set up correctly, but, alas, there are some things not working. I have a data table that is being populated by ajax... basically I'm writing the shell of the table...
View ArticleSecond mRender parameter
I'm getting a reference error that type is not defined; this just started now, as I was trying to eliminate all my in-line functions; any way this could not be an in-line function, since it is used...
View ArticlemRender gives warning: DataTables warning (table id =...
Hello, I am looking for some help to avoid the warning - DataTables warning (table id = 'someTypeTable'): Requested unknown parameter '0' from the data source for row 0 - when am rendering the...
View Articlejquery 1.9 support
Hi All, Is jquery 1.9 supported in the latest version of version of DataTables? Cheers, Andrew
View ArticleIndividual column filtering (using select) doesn't work with Ajax source
Hi, I've combined two examples: http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html http://www.datatables.net/release-datatables/examples/ajax/ajax.html together but...
View ArticleTableTools button to URL?
Hey guys, im trying to create a button in tabletools that just points to a basic URL, i cant seem to figure out what i should do.... { "sExtends": "href", "sButtonText": "Create New Entry",...
View ArticlePagination in datatable
hi when i am using the pagination doesn't show me the next values in my datatables always show me the first 10 records in my datatable, somebody knows what's the problem, because i printed the value...
View ArticleCSS style for mouse hover on rows.
I'm having a weird thing happening. I'm placing the following code: [code] $("#nhlplayers tbody tr").live("mouseover", function () { $(this).children().addClass("highlighted"); }); $("#nhlplayers tbody...
View ArticleoAria is undefined
Hi, I use DataTables version 1.9.4. I want that the initial sorting is made on the column 8. oTable.fnSort( [ [8,'desc'] ] ) works well, but sends back an error in Javascript console of Firefox ( oAria...
View ArticleNeed ideas
Hi, I'm a using DataTables to show the results of a query with some filters. I'm using Zend Framework with Zend Form to obtain data for making the Postgresql query. DataTables: 1.8.2 Jquery: v1.7.1...
View Articleuncheck a checkbox on another page of the table
My multi-page table has checkboxes in the first column, clicking (checking) the checkbox causes other things to happen, including un-checking the preciously checked checkbox. This is working fine as...
View ArticleTableTools and server side
Hi everybody, I use Table tools like this : TableTools.BUTTONS.download = { "sAction": "text", "sTag": "default", "sFieldBoundary": "", "sFieldSeperator": "\t", "sNewLine": "<br>", "sToolTip":...
View ArticleDataTables not getting populated by Rest services
Hi I have a datatable wherein the ajax source is Java rest webservice. The webservice is returning me a json object as below: [{"Name":"name0","Path":"Path0"},{"Name":"name1","Path":"Path1"}] The...
View ArticlePossible bug in _fnSetCellData(oSettings, iRow, iCol, val) function
The function _fnSetCellData(oSettings, iRow, iCol, val) in jquery.dataTables.js ver 1.9.4 makes use of oCol without checking if it is undefined: oCol.fnSetData( oData, val ); On one occasion, I got an...
View ArticleDataTables Column Filter add-on for the data table
Hi, I have created one add-on for the DataTable that might be usefull for you. I called it Column Filter plugin and there I have added lot of individual column filtering functionalities found on the...
View ArticleDataTables don't show changes on draw
Hy, I've a little problem with the redraw function. After initialisation of the dataTable, i add some classes to TDs and when I sort my array, all these changes dont appear. I would like to know if...
View Articlesearch for full string, (using bFilter?)
is it possible to filter for either a string (rather than individual words) or filter only on visible columns ? for example I have a list of singers, each grouped by their voice, if i apply a filter...
View ArticlemakeEditable "loadurl" problem
Hello there... I'm really banging my head against a wall here. I've posted another post but have traced the error thus far: when and IF I use loadurl in the aoColumns in makeEditable() the script hangs...
View ArticlesScrollX and sScrollXInner column alignments
When setting sScrollX and sScrollXInner on a table with a percentage width, the header row does not re-size with the window. The data cells, or scroll body, does re-size with window and this causes the...
View Articlecolumn - customization
Is there anything within the API that would make it easy to customize that certain column ? Say i want to ad a context menu on it
View Article