-
Ext User
[SOLVED] Change dinamically name of columns in a grid
Hi, i want change the name of the columns in a grid when i press i row, can i do it?
[code]
var grid = new Ext.grid.GridPanel({
store: store,
columns: [
{id:'sync', header: 'Sincronizaci
-
Ext User
SOLVED:
[code]
var grid = new Ext.grid.GridPanel({
store: store,
columns: [
{id:'sync', header: 'Sincronizaci
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules