Does anyone know how to make row's titles (grey cells) in a uitable clickable in a Matlab GUI ? I am only able to get clickable cells within the table.
Thanks
Does anyone know how to make row's titles (grey cells) in a uitable clickable in a Matlab GUI ? I am only able to get clickable cells within the table.
Thanks
You can't - at least not in any documented manner.
The only option is getting at the underlying java-table.
You could check http://undocumentedmatlab.com/ searching for uitable
on this issue - it will yield several results that might help you get started.