Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100787
    edwardsmarkf
    Member

    hello –
    jqWidgets has a dataAdapter which can be easily used with the jqWidgets combo box like so:
    jQuery('div#jqxComboBox').jqxComboBox( { source : new jQuery.jqx.dataAdapter (myTableDataAdapter) });
    does Html-Smart-Elements have anything similar?    it appears that source only uses an array.
    thank you.

    #100788
    admin
    Keymaster

    Hi,
    The binding as shown in the online samples and docs is to array. A native JS API such as fetch, or XMLHttpRequest can be used for AJAX calls, and then on load you can bind to Array.
    Regards,
    Peter
    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.