In Ext Js 3 was method reconfigure() to change configuration on a fly. In Ext JS 4 i didn’t find such method. Anybody know way to reconfigure grid on a fly ? For example to change tbar, bbar, store etc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Reconfigure exists on Ext.grid.Panel. I suspect it still exists in EXT 4 for the others as well…
reconfigure( Ext.data.Store store, [Object] columns ) : void
Reconfigures the table with a new store/columns. Either the store or the columns can be ommitted if you don’t wish to change them.
Parameters
Returns
(source: http://docs.sencha.com/ext-js/4-0/#/api/Ext.grid.Panel )