PySimpleSQL / pysimplesql

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

Support other elements for fields() #304

Open ssweber opened 1 year ago

ssweber commented 1 year ago
ssweber commented 1 year ago

Clarify usage of an sg.Table in field(). There is code in Form.update_fields() that updates a sg.Table, but I'm not sure how one would use it.