How to filter on uitable popup menu?
이전 댓글 표시
I am working on a uitable with 2 columns. In column A, I have a list of standard names used within the program. In column B, the columnformat popup is being fed by the list of names obtained from the users data file. This popup has about 500 names. Like this:

With around 500 options, this is a pain to manually select for each option. Is there a better way to do this or can I implement a filter of some sort? I was thinking in lines of using a keypressfcn maybe but did not have a good idea of how to implement this. Also, if not for a uitable, would this be easier as a listbox or combobox or something? Also since I'm going to have to be able to use it in multiple computers, I cant do java based technique with findobj etc. Any ideas is appreciated. Thank you.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!