Feature #850
Need for setAutoResizeMode for the JTable.
Start date:
04/27/2015
Due date:
% Done:
0%
Estimated time:
0.50 h
Browser (if web client):
Description
Hi Patrick,
In my project, I used tree view bean to dynamic data.
I checked out the source code and added a function to set the auto resize mode to off. I have already got the code.
I added this function in com.servoy.extensions.beans.treeview.SwingTreeView class.
public void js_setAutoResizeMode(int paramInt) {
treeTable.setAutoResizeMode(paramInt);
}
However, I don't have the permission to change the code according to the software license.
I really need this feature urgently. Could you please help me by adding this feature available?
Thanks,
Anping Wang
TSM - The Service Manager
History
Updated by Patrick Talbot about 10 years ago
- Status changed from New to Closed
Patch added, new compiled version available in the Files section