I am trying to add columns in table dynamically using java, means if i
crated a table then i shuould be able to add/ remove the coloumn in a
table at runtime. when the column is added or delted it should not
effoect other columns.
can any body help me to solve out the problem?
thanks a lot.
waiting for your reply.
Singh
impaler - 06 Jan 2006 14:45 GMT
what kind of table ?
can you be more specific pls ?
hilz - 06 Jan 2006 15:03 GMT
> I am trying to add columns in table dynamically using java, means if i
> crated a table then i shuould be able to add/ remove the coloumn in a
[quoted text clipped - 8 lines]
>
> Singh
try this
myJTable.getColumnModel().addColumn(...)