Search
2679 results 2421-2430
Forum
- 1st Sep 2022Show field from Link Table in MJoin (PHP)and that VIEW would select from titems and left
- 12th Jul 2022field position change on screen when zoomingrecettes.ID_Client', label: GetUsrAlias('clients',true,'Client'), type: 'select' }, { name: 'recettes.Prefix', label: 'Exercice',
- 22nd Jun 2022Edittable : Update select dropdowndata, items, type) { var field = editor.field('office'); var options = []; $(field.node()).find('option').each(function()
- 16th May 2022"dependent" with an Editor containing field type "datatable" not workingvalue', val); return {}; }) 3) Select a row and click
- 22nd Apr 2022Increase the distance from the search field to the table headerHallo Roland, danke für Deinen Tip thanks for your tip, i have found another solution: div.dataTables_filter input { background-color: white !important; } div.dataTables_length select { background-color: white !important; } table.dataTable thead th { background-color: !important; } div.dataTables_filter{ padding: 0px 0px 10px; } Gruß Jochen
- 25th Mar 2022enum field based dropdowns?The final column in this example uses a select. Allan
- 15th Feb 2022how to customize combo box select filter?do you think is it possible to color rows grouped by date? Do you just mean colour rows based on the date field? Or do you want grouping with something like RowGroup? Colin
- 23rd Jan 2022data table row select item to input textMy table id= "table1" field = t1, t2, t3 Now
- 14th Jan 2022Does optionsPair support notation "table.field" or just "field"?Seems like can work around it by loading select options in controller instead of getting them by ajax. ->options( Options::inst() ->table( 'order_header' ) ->value( 'id' ) ->label( 'sales_order_number' ) ) ->validator( Validate::dbValues() ),
- 8th Jan 2022Modify select input list in editor formYep, you could use dependent() on the supplier field, and update with field().update() as you suggested. Colin