shiny.emptystate
shiny.emptystate copied to clipboard
Prepare example app showcasing the package usage
Description: We want to provide use cases of the package, examples that come to mind:
- Filtering a table that returns 0 rows
- A plot that doesn't show any data due to the underlying data being filtered and having 0 rows
- Nothing appearing on the screen until a user uploads a file
Would be very helpful to have these situations documented with examples. Might also valuable to show circumstances where the table has more than 0 rows but less than a specified amount of rows (i.e not enough data vs no data), or something tied to the nativevalidate or need functions.
@dsen6644 Thank your for the suggestion, we'll keep that in mind during the next batch of work on shiny.emptystate!