th in tbody for subtotals messes up sorting
Hi! I have a table with subtotal rows, th cells in tbody. Example: <table> <thead> <th>Group</th> <th>Name</th> <th>Some value</th> </thead>...
View Articlecache control?
My javascript looks like this: oTable.fnReloadAjax("/ducc-servlet/json-format-aaData-jobs",ducc_load_scroll_jobs_callback); Using FF, about:cache show lots of entries line this:...
View ArticleHow to make the fnFilter is not based on the results of the last filter
this bothers me a lot of time. i use fnFilter to filter the specific column. but when i use fnFilter at the second time, the filter string of last filter also in the aoData. how can i get an aoData...
View ArticleFixedColumns not working with Bootstrap.css
I'm not sure if I should post it here or if there's another place for FixedColumns plugin but this particular example does not work with Bootstrap 2.0's css...
View ArticlefnReloadAjax is not reading fnPagingInfo
Hi everyone, I am new to Datatable. I am unable to get the pagination for my datatable: I am getting an error : WARN::/pm-new/appadmin/retriveAdminCode.do java.lang.NumberFormatException: null at...
View ArticleUncaught TypeError: Cannot read property 'aoColumns' of null
hello i'm using jquery datatables plugin fixedColumns and i'm trying leave fixed three columns at left, i'm using a table that have a number of dynamic columns and this table filled with data of side...
View ArticleFix the example code of fnSelect on the website
The example code of fnSelect is wrong on website http://datatables.net/extras/tabletools/button_options Please change the fnClick in the example code to fnSelect
View ArticleHide sort icon
Hi, Is there any way yo hide the sort icon from a particular column? I am using the datatables for displaying the list of users. the last col of the table will be the actions to be performed on the...
View ArticleDataTables row select does not work after first page
I am using an adaptation of the "DataTables row select example". This seems to work for me on the first page only. If I need to select a row in a subsequent page, the $('#quote_hist tbody...
View ArticleAdd a new row dynamically and move to the page where the new row is inserted?
Hi all, I am able to add a new row dynamically and it works well. The datatable is sorted alphabetically so the new row I add may not be in the current page. So im now trying to paginate dynamically to...
View ArticleNeed for editable's aoColumns number to change dynamically
My problem is that when the initial datatable loads there are 8 columns, one of which contains links to another page that reuses that same datatable. Only when the link is clicked one of the columns...
View ArticlenCell object does not exist on line 669 (DataTables 1.9.4)
This only occurs in IE8 (Maybe lower too?), and not in any other major browser: For some reason this nCell object does not exist when creating a new DataTable. We placed an alert above this line and...
View ArticlePostgreSQL Example Fix
Hi, I found a bug in the PostgreSQL example, change /* * Paging */ $sLimit = ""; if ( isset( $_GET['iDisplayStart'] ) && $_GET['iDisplayLength'] != '-1' ) { $sLimit = "LIMIT ".intval(...
View ArticleMicrosoft JScript runtime error when switching to compat mode (to test from...
Hi have i coded the below correctly as i wish to stop all sorting on all columns, it works fine in IE9 and none of the columns are sortable as expected. But i get a "Microsoft JScript runtime error:...
View ArticlefnRender not invoked on fnDeleteRow
Hi, I use the fnRender feature to display the row number in a column. It works well when I dynamically add a row (via fnAddData). However when I delete a row (via fnDeleteRow), fnRender is not invoked....
View ArticleConfirm delete on tabletools?
Heya, so ive got a ajax delete command tied into an ajax button and am trying to implement a confirm window on it, so the user clicks delete and it pops up asking them to confirm they want to delete...
View ArticlePOST with parameters AND content
Working on a RESTful service that wants to ingest a set of parameters in the form of JSON. Imagining I don't use DataTables at all, I simply stringify an object and send it as the POST's content. The...
View ArticleDatatable is displaying "Loading..." until I filter...
It display "Loading..." until I filter the data. If I empty the search field, I get all the records. Any idea?
View ArticleOnly one tabletools button works.
$(document).ready( function () { $('.display').dataTable( { "bJQueryUI": true, "iDisplayLength": 50, "sPaginationType": "full_numbers", "sDom": '<"H"lfTr>t<"F"ip>', "oTableTools": {...
View ArticleUncaught TypeError: Cannot read property 'className' of undefined...
http://live.datatables.net/ejejaw/3 Code: $(document).ready(function() { var oTable = $('#example').dataTable({ "sScrollX": "100%", "bJQueryUI": true }); new FixedColumns( oTable ); } ); Seems like...
View Article