I want to display a bubble manually when the user does a touch action against the row header. It looks like there’s a showEvent and showHTML methods for the bubble but these both seem to expect events, and not a row header as an argument.
You can use the showHtml() method - you just need to supply the HTML to be displayed. No other object is required as a parameter.