hi
how can we edit an sqlite database table from the itable it is displed in?
thanks
hi
how can we edit an sqlite database table from the itable it is displed in?
thanks
There is no automatic way of doing that.
You will have to write your custom TableModel, and handle database updates there.