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
From what I can see, you don't need to call SetInputCapture(), especially not for each row. Just call table.SetSelectable(true, false) once when initializing your table. Use SetSelectedFunc() to listen for selections (Enter key). It's all there in the documentation.
For an example of this, check out the demo presentation included in the package. The code for selecting rows is here:
Is there an example somewheres of a table where you can highlight and select an entire row?
This is what I'm trying so far:
The text was updated successfully, but these errors were encountered: