Search
9216 results 2711-2720
Forum
- 13th Dec 2019ambiguous columnField("LineItems.CategoryID") .Validator(Validation.NotEmpty()) .Validator(Validation.Numeric()) .Options(new Options() .Table("Categories") .Value("CategoryID") .Label("Category") ) ) .Field(new
- 12th Dec 2019Autofill not persisting to DBon one of the options, except for the cancel
- 12th Dec 2019Does editor support a select type when using a VIEW?Yes, you'd use an Options class attached to the Field. Its not the leftJoin in Editor that tells it what the options should be but rather than Options class attached to the field you want to have options for. Allan
- 10th Dec 2019Cannot connect to oracle databasePHP documentation for all options ); The only difference being
- 9th Dec 2019Datatables buttons is hiding the drop down for how many rows to displayThank you! both options work, however still curious
- 9th Dec 2019Appending html to datatables columns after drawThe class name would be on the header if you use columns.className, if you use one of the three options Kevin suggested in his last mail, any class applied there would only go on that td element. Colin
- 8th Dec 2019Duplicate Entry error when importing with changes.name": "sp_type", "type": "radio", "options": [ "SP", "Station" ] }, { "label": "Zone:",
- 4th Dec 2019Editor License Questionthat interfaces with Editor (options, events, API, etc) - if
- 30th Nov 2019JOIN an MJOINa closure function in Options!!! ->where( function($q) { $q ->where(
- 29th Nov 2019TypeError: p is undefinedThere are many options for this depending on what you want to disable. You can look at ordering, searching and the dom to remove elements you don't want to show, for example, dom: 't' will just show the table. Kevin