how to trigger celleditor in non editable cell? on jtable
Hi,
i made a custom ButtonEditor (extends AbstractCellEditor implements TableCellEditor), it's basically a button on the jTable, which does things according to the value of the cell.
i want the button can still be clickable even the cell is not editable. how do i do that?
thank you.

