Extjs - Combo with Templates to Display Multiple Values
问题 I am working on Extjs 4.1. I did implement an autocomplete feature for the text box. I'm now able to search for student's first or last name by entering a term, for example: Mat, and the result in text field would be: Mathio,Jay << student's first and last name Mark,Matt << student's first and last name Then, I made some changes on the query so that i can get the subjects too when i search for one: Mathio,Jay << student's first and last name Mark,Matt << student's first and last name