Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #102837
    Joko Pitoyo
    Participant

    howto pass more variable to listbox template, for example:

     

    <template id=”template”>

    <div>{{user.name}}</div>
    <div>{{user.address}}</div>

    </template>

    #102839
    admin
    Keymaster

    Hi Joko,

    The ListBox displays only Label and has an additional Value field. For more complex scenarios, you can use the Table or Grid component which allow multiple fields and more complex data binding.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.