PySimpleSQL / pysimplesql

SQLite3 binding for PySimpleGUI
GNU Lesser General Public License v3.0
47 stars 16 forks source link

Column-level CellEdit edit control #309

Closed ssweber closed 1 year ago

ssweber commented 1 year ago

@PySimpleSQL

After I pushed #308 , I see that column level edit control is probably desirable, for example to be able to click “shipped”, but not edit the customer.

but where to put it? In the add_column()?

No rush on figuring it out, I want to push forward on finishing this example, and then the readme

ssweber commented 1 year ago

I think I’m leaning towards a readonly=True added to add_column()