Search
-
How to retain the sort order after an fnDeleteRow?
by paulg ·$("#idOfTable tbody").sortable({ -
setting TR ID after using fnAddData (SOLVED)
by muller ·$($('#issues_table tr')[position]).attr('id', $('#id_field').val()); -
How to set current page when using server-side processing?
by allan ·Thanks for the detailed description. From what you describe, you want to be able to set the start page when the table is initialised (i.e. the page reloaded), is that correct? This can be done using t -
Sorting a single column multiple ways
by allan ·There is actually another option for this - might might or might not work for you. You could have two hidden columns with the individual data and then sort on the hidden column based on the switching -
Is it possible to hide/show table controls dynamically?
by allan ·The are a number of ways of doing that - do the tables have IDs? In which case you can do something like $('#ID_filter').css('display','none'); etc. Another option is to use oTable.fnSettings().nTable -
on ajax load action
by grek ·$('#id').dataTable( { -
aLengthMenu without 10
by allan ·I think it's "almost a bug - but not quite" ;-). The reason this is happening is that iDisplayLength ( http://datatables.net/usage/options#iDisplayLength ) which is the draw length to use fo -
infinite scrolling - no vertical scrollbar
by allan ·You might need to show more rows by default - http://datatables.net/usage/options#iDisplayLength - try setting it to 20. -
Where can I find older versions of DataTable?
by skelet ·The problem i'm with is in the main function to pupulate $(#idTable).datatable("paramA","paramB",...,"paramN"); that's why i'm thinking of try another version. -
Setup default settings
by Vilhelm Persson ·[code]$('#ID_myTable').dataTable( { -
oSettings is NULL at redraw after deleting row on server side
by martijnsenden ·database ID from the right side of the HTML #ID. -
default length
by allan ·http://datatables.net/usage/options#iDisplayLength -
Submitting forms within each row with AJAX...
by Julan ·each row has 1 form with 2 fields, 1 hidden (#id) and 1 text input (#qty). -
Multiple Tables, both with Column Filter Footers, Interference
by cdaigle ·for all tables on the page. By using the #id as an additional selector, you can narrow it down to one table for each keyup handler. -
DataTables 1.7.2 released
by allan ·Also new with this release is the ability to give an element created by sDom and ID by using a hash (for example: "lf<#id.class>tip"), and an improvement to how jQuery UI theme -
dataTables shows all rows by default
by allan ·Doh! Sorry I should have clocked that earlier! You need to set the initialise display length if you want it anything other than the default 10: http://datatables.net/usage/options#iDisplayLength -
Table Width
by jwmonteith ·#idRank { -
aLengthMenu and server-side processing
by allan ·This is actually intentional... :-). The definition you have will effect the options that the user can choose from, but not the initial length - as you are seeing. To change the initial length you nee -
sScrollX and bJQueryUI - is this working together?
by dzida ·$('#id').dataTable( { -
TableTools v1.0.2 - Save as Excel, CSV, copy and print!
by aysa ·#id#