jQWidgets Forums

jQuery UI Widgets Forums General Discussions Angular 6 RX/JS Observable Support

This topic contains 1 reply, has 2 voices, and was last updated by  admin 6 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Angular 6 RX/JS Observable Support #100614

    Gary
    Participant

    I would like to request the adoption of RX/JS Observable as a data format input to jqxDataAdapter. Would also include rebinding of data when observation changes.

    Data Source Definition (example):

    Accounts$: Observable<Account[]>; <=== RX/JS observable

    localdata: this.accounts$, <=== Would be the name of local variable
    datatype: ‘rxjsObserableArray‘, <=== Would designate RX/JS observable Array data source.
    datafields: [
    {name: ‘AcctName’, type: ‘string’},
    {name: ‘AcctCategory’, type: ‘string’},
    {name: ‘AcctType’, type: ‘string’},
    {name: ‘AcctNumber’, type: ‘string’},
    {name: ‘AcctOpenDate’, type: ‘date’},
    {name: ‘AcctDescription’, type: ‘string’},
    {name: ‘AcctBalance’, type: ‘number’},
    {name: ‘AcctStatus’, type: ‘bool’}
    ],
    id: ‘_id’,

    Thanks,
    Gary

    Angular 6 RX/JS Observable Support #100623

    admin
    Keymaster

    Hi Gary,

    Thank you for the feature request. We will research such an option.

    Regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.