私の読者:
var reader = new Ext.data.JsonReader({
totalProperty: 'total',
successProperty: 'success',
idProperty: 'id_k',
root: 'rows',
messageProperty: 'message' // <-- New "messageProperty" meta-data }, [
{name: 'id_k'}, {name: 'nm_kb', allowBlank: false},
{name: 'id_p'}, {name: 'nm_p', allowBlank: false} ]);
私のコラム:
{header: "Provinsi", width: 100, sortable: true, dataIndex: 'id_p'}
どうすれば dataIndex: 'id_p' を 'nm_p' として表示できますが、まだ dataIndex: 'id_p' になりますか?
「nm_p」を表示したい....
ありがとう...