Search
2677 results 1031-1040
Forum
- 15th Jan 2015Integrating Address AutoComplete in Editor Create Formbut with this fake field (fake because it isn't in the database). Once you select an address from the
- 7th Jun 2013Example join.html doesn't work with large databasea name for the field" ) ); exit(0); } } } // Set up the JOIN query $stmt = $dte->db() ->query( 'select' ) ->get( $pkeyTable.'.'.$joinField.' as _dte_pkey'
- 8th Dec 2012Editor single join errorstring. Is your json.sys_lookup_city field complete and is it correctly populating the radio (or select) input? What values are
- 1st Aug 2022SearchBuilder : unexpected order of values (1 and 2) with "[!]between" and server-sidethe data Start date, select the condition Between 2) Input 2012-12-02 in the 1st field and let the 2nd
- 13th Jul 2022Show the form-control and form-select styles when not selected.user wants the drop-down select arrow and input box border for the text input field to show even when
- 28th Jun 2022Edited fields with if/else conditionals display correctly, but not submitting data when changeddata": "CONFIELD" //Contract Number + Field }, { "data": "HVSTACRES" //Harvest ACres }, { "data": "LASTLOAD", //Last Load type: "select", options: [ { label: "No", value:
- 23rd Jan 2022For Some reason my table is not updating after adding a new record.lt;?php foreach(array_diff($fields,$excludes, $selects) as $field){ echo "\n"; echo '{ data: "'.$table.'.'.$field.'"},'; } $cycle = 0; foreach($selects as $select){ echo "\n"; echo '{ data:
- 5th Jan 2022SearchPanes, ServerSide with NodeJS, Bad SQL errorsused by the AgentID field to display the Name of a person in a SELECT box, is being partially
- 7th Oct 2021Inline editing of DataTable without JSON key informationwhich is used to select the datum to be edited when clicking on a field. I end up with
- 25th Aug 2021loading using ajax and selectingHi, I need to create a datatable that shows a series of records and select at opening a few of them based on a field from the webservice. How can I do? thanks