Question:What is the basic requirements for each field to editting more cells of data?
A {header:"Title", data_Index:'title', editor: title_edit}
B {header:"Title", dataIndex:'title', editor: 'title_edit'}
C {header:"title", dataIndex:'Title', editor: title_edit}
D {header:"Title", dataIndex:'title', editor: title_edit}
+ AnswerD
+ Report