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