I want to resize the column width according to content that is being retrieved from the database. I have tried using TableCellRenderer but it does nothing Please Help !!
Asked
Active
Viewed 33 times
0
-
can you try this `table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);`! – Youcef LAIDANI Aug 26 '17 at 18:03
-
i have tried this. It doesn't work – Lakshya Munjal Aug 27 '17 at 11:08