Search
10784 results 2171-2180
Forum
- 8th Jul 2009Date sorting working on IE but not firefoxIn IE date sort works but in firefox, nothing happens. Any clues? /* Init the table */ oTable = $('#example').dataTable({ "bPaginate": false, "bFilter": false, "bInfo": false, "aoColumns": [{ "bSortable": false }, null, null, { "sType": "date" }, null, null], "bSearchable" : false } );
- 30th Jun 2009How to select top rowiRow = oTable.fnGetPosition( anSelected[0] ); getCachedReview(iRow) ; }); Initially I just wanted to
- 1st Jun 2009Reset checkboxes after form is submitted and getting back to the table pagemake all checkboxes their initial state as they have
- 22nd May 2009bProcessing and the processing styletable. In the dataTable init function I have the
- 11th May 2009multiple table works in FF and not in IE6Hi I want to have to diffrent table and i try to setup the table like this [code] /* Init DataTables / oTable = $('#myTable').dataTable({ "bAutoWidth": false, "bProcessing": true, "aaSorting": [[11,'desc'], [3,'asc']], "aoColumns": [ / ID / { "bSearchable": false, "bVisible": false }, / Betalt / { "sClass": "mEdit" }, / f
- 20th Apr 2009Can i show Columns that have setting "bVisible" false ?hello,allen i have init the datatable,and set some columns hidden by aocolumns bVisible false,but now i want to show them,how can i do?When the hidden show(control by css),i sort the table,it's wrong! thank you for your help!
- 1st Apr 2009"sPaginationType": "full_numbers" .. buttons not being shownI tried "sPaginationType": "full_numbers". /* Init DataTables */ oTable = $('#leaders').dataTable({ "sPaginationType":
- 12th Mar 2009DataTables 1.5 beta (server-side processing and more)by using the "fnServerData()" init parameter. This function expects
- 9th Mar 2009Google Gears Database Integrationand passing it to init, but that duplicates the
- 3rd Mar 2009reading properties from tableo[n] = val; } return o; } //Init like this... var defaultSettings