bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

AjaxStore JSON encode/decode intervention #8314

Open ExtAnimal opened 6 months ago

ExtAnimal commented 6 months ago

Forum post

We need to add a hook to allow apps to encode and decode JSON/

chuckn0rris commented 6 months ago

Make sure this cover functionality of Reader:

https://docs.sencha.com/extjs/7.7.0/modern/Ext.data.reader.Json.html#method-getResponseData https://docs.sencha.com/extjs/7.7.0/modern/Ext.data.reader.Json.html#cfg-transform

Writer:

https://docs.sencha.com/extjs/7.7.0/modern/Ext.data.writer.Json.html#method-writeRecords https://docs.sencha.com/extjs/7.7.0/modern/Ext.data.writer.Json.html#cfg-transform