PDA

View Full Version : Adding columns to the grid dynamically



st.extjs
5 Nov 2009, 11:19 AM
Is there any available functionality where you can dynamically add or remove columns from a grid fir a given set of columns ?

jsakalos
5 Nov 2009, 1:09 PM
Not one by one but you can call reconfigure() method with new store and new column model.