Add value limits to cells in uitable

3 views (last 30 days)
David K
David K on 27 Mar 2020
Commented: Navya Seelam on 1 Apr 2020
I am creating a GUI using the App Designer (2019b). One of the nice features for NumericEditField is that you can define value limits so that users can't enter a value outside the desired range. I also have a uitable object in my GUI - is it possible to set value limits for cells in the data table, like with the edit fields? I didn't see a property that was obviously equivalent. My best thought for a workaround is to edit the CellEditCallback to manually check the values every time one is changed.
  1 Comment
Navya Seelam
Navya Seelam on 1 Apr 2020
Currently we don't support limit feature for table cells. I have brought this issue to the concerned people and it might be considered in any future release.

Sign in to comment.

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!