Search
2675 results 651-660
Forum
- 20th Feb 2020Different editor select list for each row of a datatabledifferent items in a select list for a field in an editor window?
- 11th Dec 2019Does editor support a select type when using a VIEW?I'm following the example here, https://editor.datatables.net/examples/advanced/sqlView But editor only populates the text field and not the select fields when editing. When creating a new entry nothing is populated. Is a select (dropdown) supported in Editor when using SQL Views?
- 6th Dec 2018select input search when clickingclick on a search field of the table, select the value that you
- 7th Jul 2017$editor->db() with nested Select QueryFrom the documentation: select( string|string[] $table, array $field = "*", array $where = null, array
- 31st May 2017Changing field type in editor depending on row dadadepending on value of field 'answer_type' (e.g. from select with yes/no options to
- 27th Jan 2017Editor : show or hide form elements when selecting values from dropdown select controlis done with dependent field but with a select control filled from SQL
- 3rd Feb 2015Is there any way to programmatically select rows?I click on that field I want to 'select' all persons (rows) that
- 8th Mar 2024Selectize plugin in HTMLit should convert the select into a Selectize field. If that isn't happening
- 7th Aug 2023Why would my filters and inputs lose their cursors and active input formatting?focus. No cursor, no field highlight. I can select the text inside the
- 20th Mar 2023How to make OR statement with this :is basically: return $this->query( 'select' ) ->table( $table ) ->get( $field ) ->where( $where ) ->order( $orderBy