In the model, cell editing is prohibited, but you need to set the editing resolution for the first column in the JTable, since there the button should be pressed and the rest should not be available for editing. How to do it?
public boolean isCellEditable(int rowIndex, int columnIndex) { return false; }