I have the following situation, in a table I have the department column and another city, the intention is that when you select a department that would be in column 0, the city combobox will automatically load in the next column in the active row. cities related to that department.
I understand that the process must be done in the action comformed of the department combo so that when I select one I automatically load the combo of the cities, the issue is that I do not know what event I should use that allows me to manipulate the table in order to change the cellleditor from the column in the row selected for the city and I loaded the list.
I appreciate the help you can give me with the subject.
Thanks