jQWidgets Forums

jQuery UI Widgets Forums Scheduler memory leak for jqxScheduler

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 5 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • memory leak for jqxScheduler #107345

    EvolveOne
    Participant

    Hi Jqwidgets Team.

    I have a vue component which uses your Jwdiget scheduler component. To use it, in my .vue component, I got this line:

    import JqxScheduler from ‘jqwidgets-scripts/jqwidgets-vue/vue_jqxscheduler.vue’

    and somewhere I got this:

    this.mainDataAdapter = new jqx.dataAdapter(source2, { autoBind: true });

    When I move to thiscomponent, RAM increases. When I leave this component, RAM never decreases.

    Do I have to destroy something and how to avoid memory leak?

    memory leak for jqxScheduler #107365

    Hristo
    Participant

    Hello EvolveOne,

    The jqxDataAdapter is a plug-in that is used to bind data for different widgets.
    Could you clarify it?
    It is an object that collects your data with dataAdapter.records option you could get these records.
    I tested this example and it seems the memory there is the same.
    Is it possible to provide us with an example that demonstrates this?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.