When populating a table row with cells made up of cell editor containg a JPanel composed of JTextField and JComboBox, I am unable to select the row. I can select a cell and do some editing in the JTextField and JComboBox, but I am unable to delete the row because the rowSelectionListener callback is not fired when clicking on the row Can someone please help? Any help is appreciated!
