Search
9295 results 3551-3560
Forum
- 30th Mar 2018Install problemCan you show me how you've configured the options for Editor and I'll attempt to recreate it locally. Thanks, Allan
- 29th Mar 2018Editor field editthat select2 doesn't allow options to be changed dynamically.
- 28th Mar 2018Dynamic field type listYes, the select field type allows this (as does checkbox and radio). The update() method of each of those field types can be used to either append a single item to the list, or replace all existing options. Allan
- 28th Mar 2018Editor Select2 plug-in, Bootstrap theme breaks the select fieldname": "nazione", "type": "select2", "options": [ "Italia", " Francia", " Germania", " Russia",
- 28th Mar 2018how to add row grouping with checkboxThere isn't something like this built into to either DataTables, Select or the RowGroup extensions (they don't provide grouping options for checkbox selection). That is something I hope to introduce in future. Allan
- 28th Mar 2018Searchs without accent (and special character)return all of the options you want to search
- 28th Mar 2018Export PDF with images?the print button export options. By default it is
- 27th Mar 2018populate select element with data dependent on selected rowstmt->execute(array(":dlr"=>$_REQUEST['values']['bezoekverslagen.dealernr'])); $contacts=$stmt->fetchAll(); echo json_encode( [ 'options' => [ 'bezoekverslagen.dealercontacts_id' => $contacts ] ] ); I know
- 27th Mar 2018Styling missing for bootstrap Buttons Extension / ColVis Popupthe defaults and adds options to DataTables to style
- 26th Mar 2018submit only one cell on inline not the entire rowbe added to editor options or something ..