You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Single select for multiple fields. Cook book recipe help needed.

edited Jan 20, 2021 11:54AM in Visual Builder 2 comments

Summary

Single select for multiple fields. Cook book recipe help needed.

Content

Hello,

Im new to vb. and the forum.

Im currently trying to replicate this Shay recipe, because I need for a current project:

https://blogs.oracle.com/vbcs/advanced-layouts-in-single-select-components

I have a problem with the piece of code following from the blog:

  <oj-select-single label-hint="Select (Single)"
    class="oj-flex-item oj-sm-12 oj-md-6"
    data="[[$page.variables.employeesListSDP]]" item-text="name">
    <template slot="collectionTemplate" data-oj-as="collection">
      <oj-table id="table1" aria-label="select results"
        horizontal-grid-visible="disabled" vertical-grid-visible="disabled"
        selection-mode='{"row": "single"}' columns-default='{"resizable": "disabled",
                                    "sortable": "disabled"}' columns='[
        {"headerText": "Name", "field": "name", "template": "cellTemplate"},

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!