Create App with a Table That Can Be Sorted and Edited
Interactively
This app shows how to display data in a Table UI component. The app loads a
spreadsheet into a table array when the app starts up. Then it displays and plots a subset
of the data from the spreadsheet. One of the plots updates when the user edits values or
sorts columns in the Table UI component at run time.
This example demonstrates the following app building tasks:
- Displaying the contents of a table array in a Table UI component
- Enabling some of the interactive features of a Table UI component
18 App Designer Examples