Search
3039 results 1651-1660
Forum
- 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
- 14th Sep 2009reading searchstring + using internal sort for an array?the value of the checkbox (i.e. ), rather than if
- 29th Aug 2009How to ajax sort on data of extra input fieldsare many sliders and checkboxes. When we slide a slider or tick a checkbox, then data table updates
- 26th Aug 20092 Unique Filters on 1 Columnme to check the checkbox status before every filter
- 12th Aug 2009in IE6, changes to form data lost when paginggoing on with the checkbox state. Regards, Allan
- 7th Aug 2009Add rows back after fnDeleteRowAnother way is to collect indexes of deleted rows. When resetting checkbox you then getdata from those indexes and using fnAddData add them back.
- 10th Jul 2009too many records with AJAXWell, kind of. It is sorting the date and checkbox fields, so it is sorting numbers but not the name or emai field, the strings... Funny I did not even realize this until you asked... ;-) Any solution?