help:checkbox inside jTable
843804Jun 23 2005 — edited Jun 29 2005Hi,
i'm populating data into table with select query.I need to add another column when i display the contents on table ,it is runtime.I mean i'm not actually adding new column to table in database.
My select query is like this:
select field1,field2,field3 from table where field1="value" and field4=#fieldvalue#
And then i would like to have check box in that new column.
Can anyone give me some idea,on how to do this.
TIA.