Premium support for our pure JavaScript UI components


Post by jandresampaio »

Following topic viewtopic.php?f=43&t=15353&e=1&view=unread#unread,
we are trying to use an Ajax store to load a combo box for a Gantt column, but our server response format does not match the format the documentation demands.
We just receive a flat array and not an object with { success: true, data: [] }

How can we work around this?


Post by pmiklashevich »

Not supported at the moment. Opened a feature request: https://github.com/bryntum/support/issues/2238
As a workaround you can download the data using simple Ajax request, for example using AjaxHelper.fetch and then set the response to the data property of the store.

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply