UITableCellSelection callback for selecting cells and providing an output

조회 수: 14 (최근 30일)
teawork
teawork 2021년 10월 4일
편집: Srijith Kasaragod 2021년 10월 26일
I need to select rows in the UITable I generated through the search button in order for the user to click it and get to another page. However, I cannot select it and I know that there is a UITablCellSelection but I am not sure how to use it or if it would work in this case. I would appreciate any help you can provide! Thank you

답변 (1개)

Srijith Kasaragod
Srijith Kasaragod 2021년 10월 26일
편집: Srijith Kasaragod 2021년 10월 26일
Hi. One possible approach to solve the problem is given below:
'UITable' can be populated with links corresponding to the pages to be opened. The 'CellSelectionCallBack' function of the table executes when the user clicks on a row and can include code to identify the row being clicked on from the event object passed into the function as a parameter. You can refer this answer to know how to code up callback function to open an html link in a browser.
Additionally, refer this document to know more about uitable properties and callback functions.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by