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
* Add function to set the highlighted row
Allow setting which row will be highlighted by
passing its index
* Changes based on PR feedback
Move function to options.go file and match to convention by not
using a pointer receiver (function returns the model instead)
* Fix linting issue and add test for new function
I have a use case where I let the user reorder the rows in the table and would like to change the highlight to stay with the reordered row
The text was updated successfully, but these errors were encountered: