-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
Typically when users use file import they import the file, process it, and then send it to several renderers. Our example uses a fairly unrealistic pattern of reading in a file and sending it to an HTML table which leads people a bit astray because it's a pattern which doesn't generalize very well.
We should add an example which reads the data into a reactive value:
- Data is imported and sent to reactive value
- Checkboxes give people some options (row count, column count, column names)
- A table is rendered with their choices and the stats from the data
iainmwallace
Metadata
Metadata
Assignees
Labels
No labels