You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
Hello all,
Creating a multi step menu where we have 4 main options in a row using a table.
Am able to bind a key to the table and display a second row, kinda like a submenu, but am unable to use the (*tui.Table).Select(i int) to select a particular cell, at the moment it selects an entire row and applies the builtin functionality and styes.
Maybe we could select a single cell of the table and style it accordingly, any suggestions on how to do this? else maybe this is something we could work towards implementing.
The text was updated successfully, but these errors were encountered:
Hello all,
Creating a multi step menu where we have 4 main options in a row using a table.
Am able to bind a key to the table and display a second row, kinda like a submenu, but am unable to use the
(*tui.Table).Select(i int)
to select a particular cell, at the moment it selects an entire row and applies the builtin functionality and styes.Maybe we could select a single cell of the table and style it accordingly, any suggestions on how to do this? else maybe this is something we could work towards implementing.
The text was updated successfully, but these errors were encountered: