I'm trying to insert clickable UI controls into a pivot TableView. I chose to use TableView instead of TablePane because it can easily load data via an data array from json.
I need the user to be able to click on buttons and other UI controls without putting a single row first into 'row edit' mode. I used a custom CellRenderer, but the rendered buttons are not clickable. I wonder if there is something that automatically blocks interactive UI in a tableview that is not in 'edit' mode?