Our blazing fast Grid component built with pure JavaScript


Post by mats »

To use AjaxStore, just return simple JSON? Please see docs: https://bryntum.com/docs/grid/#Grid/guides/data/ajaxstore.md

Docs for paging toolbar: https://bryntum.com/docs/grid/#Core/widget/PagingToolbar


Post by zhenchai »

mats wrote: Mon Sep 06, 2021 8:52 am

To use AjaxStore, just return simple JSON? Please see docs: https://bryntum.com/docs/grid/#Grid/guides/data/ajaxstore.md

Thank you for your reply, but that is not much related to Ext JS cause since Ext JS also have Ajax Proxy store https://docs.sencha.com/extjs/7.4.0/modern/Ext.data.proxy.Ajax.html could it be same purpose as https://www.bryntum.com/docs/grid/#Core/data/AjaxStore?

Also can the paging toolbar workable at https://www.bryntum.com/examples/grid/extjsmodern/ without using the https://www.bryntum.com/docs/grid/#Core/data/AjaxStore? Without the grouping features...

Sorry for causing inconvenience, since I was quite new on Ext JS :)


Post by mats »

When using our grid, you should use our store. For questions about Ext JS functionality, please refer to Stack Overflow.


Post by zhenchai »

mats wrote: Mon Sep 06, 2021 9:02 am

When using our grid, you should use our store. For questions about Ext JS functionality, please refer to Stack Overflow.

Alright thanks


Post Reply