Latest is 1.0.5 adds SettingsFile a file based name value pair object designed to hold settins for an app.
- Setting Active = true; loads from file if one exists.
- if your table didn't exist then the developer needs to add the columns before adding rows.
- below is an example of how one could wrap the FileTable.
- see sample output from AppSmith App
- App to inspect and update FileTables via standard C# GridView Control.
- Full source included.
- Work in progress, still needs new row, delete and filtering functions.
- Show Grid loading in virtual mode.
- Show Grid Sorting in virtual mode.
- Show how one could show modification and Save or Cancel for write to disk.