Skip to content

More realistic file import example #567

@gshotwell

Description

@gshotwell

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions