Search
3034 results 1641-1650
Forum
- 16th Feb 2010Problem on the function 'fnPageChange ()'.Hello, Thank you for your reply. It runs on almost all browsers except IE6 (it does not re-check the checkbox at the re-display the first page) Again thank you and congratulations for this plugin.
- 27th Jan 2010Submit input for Multiple Tables.the value in the checkbox assigned to that row.
- 24th Jan 2010Inserting data to the top of the tablecurrent value of the checkbox, rather than just the
- 22nd Jan 2010Data source from server, DataTables with form elementsblank string for the checkbox - so be it :-). If
- 19th Jan 2010Internet explorer slowness issue and js errorfalse }" : $aoColumns [] = "{ \"bSortable\": false }"); //checkbox $aoColumns [] = "{ \"asSorting\": [ \"asc\" ] }"; //id
- 8th Jan 2010about restore pagination of DataTablesHi allan, Now I know how to use http://datatables.net/api#fnGetNodes . In clean action: $(oTable.fnGetNodes()).find(":checkbox").attr('checked',false); or $(':checkbox', oTable.fnGetNodes()).attr('checked',false); Both can work. Another assign number action: I put this code in function _fnDraw( oSettings ){ ... $(oSettings.aoData).each(function(i) //update when resort and switch page {
- 3rd Dec 2009adding inputs between "show entries" and "search" controlscb = document.createElement( "input" ); cb.type = "checkbox"; cb.id = "id"; cb.value = "test";
- 6th Nov 2009Hidden row details as new dynamic datatableRow Details */ { "bSortable": false }, /* CheckBox */ { "bSortable": false }, /* Name */ null,
- 24th Oct 2009IE8 problem - Server Side Processing DataTablefor allan : my table have 7 column (in first one checkbox, in the last many ) (from firebug console) {"sEcho": 1, "iTotalRecords": 99, "iTotalDisplayRecords": 99, "aaData": [ ["","AXXXX","PRUXXZA","fisioterapista","-","-","",],["","AXXXX","ORXXXXO","infermiere","-","-","",],["","AXXXXNO","YYYY","","-","-","",],["","ZZZZ","ZZZZ2","","-","-","",],["","NAME","ROSSELLA","","-","-","",],["","XXXXXX","BIAZIO","","-","-","",],["","ZZZZZ","ZZZZZANTONIO","fisioterapista","-","-","",],["","XCC","CCDDD","operatore","-","-","",],["","CCC","CCCC","amministrativo","-","-","",],["","XXX","XXXXX","operatore","-","-","",]] } sorry for lenght ..... bye
- 18th Sep 2009Checkboxes in columnsthe state of your checkboxes are not saved. What