You can call grid.reconfigure(store, columns[]) method
if you want to change whole data set in grid, you can pass in another store.
if you want to change the column, you can pass in a new array of columns definition
if you want to change both store and column definition, pass in both store and columns
You can call grid.reconfigure(store, columns[]) method
if you want to change whole data set in grid, you can pass in another store.
if you want to change the column, you can pass in a new array of columns definition
if you want to change both store and column definition, pass in both store and columns
If you will be so pleasure, please provide you notes with code examples, without abstract words. Because trying to find out right code of your advise costs a lot of time and not every time I got need result.