Dear all,
I create a grid, and in the columns, I want to do this:
like this, if priority=6 I want to id:'6',Quote:
{id:?(I want to the value of this id equal the value of this dataIndex),header: 'title', dataIndex: 'priority',sortable:true, width: 90},
if priority=7 I want to id:'7',
who can help me?
thanks!

