Search
2677 results 931-940
Forum
- 2nd May 2015How to dynamically update options for a dropdown list?navigate to the page, select a record and hit Edit, the ip field is blank. But, if
- 16th Apr 2015Can I use Editor to add a master/detail combination?able to have a field in your details record whereby you can select a master record? Sounds
- 30th Mar 2015How do you control the database update using an EDIT function?it has the following field which with the left join shows the select list with the products
- 9th Apr 2013Error in the Example Code?for the Editor manager field - i.e.: [code] { "label": "Manager:", "name": "manager_id", "type": "select" } [/code] This fix will
- 27th Oct 2011DataTables editing examplemaps in the "data" field, if you specify the "type" to be "select" [code] { type: 'select', onblur:
- 6th Dec 2009Datatable not sorting as per sql stmtWith my query i select form my database some data. The date field i get a date
- 5th Nov 2023Slow SearchPanes: Do I always have to return all searchPanes options from server if count is 0?takes 0.1 seconds to select the labels per 100,000 data records. Per field! Even though an index
- 9th Feb 2022Error al cargar CSV en DataTablelt; fields.length; i++) { var field = editor.field(fields[i]); selectEditor.add({ label: field.label(), name: field.name(), type: 'select', options: header, def: header[i]
- 3rd Dec 2021Execute after Updateforeach(array_diff($fields,$excludes,$selects, $dates, $boolean) as $field){ $aaa ->field(Field::inst( $table.".".$field)); } $cycle = 0; foreach($selects as $select){ $aaa ->field(Field::inst($table.'.'.$select)->options( Options::inst()->table( $selectstable[$cycle]
- 25th Nov 2019PreCreate event on dblclic... no row selectedthe value of a field in the row I dblclic on (single select).. Dblclick set selected deselected