-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
The couple last things that are on my list:
- Integrate autosave as a constant. Eg _prompt_save = AUTOSAVE, making it clear that it’s a mode of prompt_save. Add to Form init, and have Dataset get init value from Form if their init is None.
- Add save_quiet = True/False as a form init, that will disable popups on save_none or save_sucess
- Related to save_quiet, make an example use the new popup.last_info as a sg.statusbar
- Add duplicate_children as Form/Dataset init. So users can toggle behavior they want. Either only allow parents, or allow both
- description_column_names / column index position
- confirm_delete - to delete without prompting user "Are you sure"
- confirm_duplicate - to duplicate (honoring parent only, or parent and children) without prompting user?
- default order clause
Metadata
Metadata
Assignees
Labels
No labels