Currently when a container is focused it cannot skip widgets that can be focused in order to make it easier to select a specific widget. To get to the middle of the Table widget you must press up or down equal to half of the widgets that the Table has. DebugMenu.lua has 72 children making this very tedious. To solve this a Table should be capable of only giving the first cell of each row focus, unless the user wants to select a cell that isn't in the first row.
Currently when a container is focused it cannot skip widgets that can be focused in order to make it easier to select a specific widget. To get to the middle of the Table widget you must press up or down equal to half of the widgets that the Table has. DebugMenu.lua has 72 children making this very tedious. To solve this a Table should be capable of only giving the first cell of each row focus, unless the user wants to select a cell that isn't in the first row.