Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update basic-ui.Rmd #604

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion basic-ui.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ These require new techniques in the server function, so we'll come back to that
2. Re-create the Shiny app from Section \@ref(plots), this time setting height to 300px and width to 700px.
Set the plot "alt" text so that a visually impaired user can tell that its a scatterplot of five random numbers.

3. Update the options in the call to `renderDataTable()` below so that the data is displayed, but all other controls are suppress (i.e. remove the search, ordering, and filtering commands).
3. Update the options in the call to `renderDataTable()` below so that the data is displayed, but all other controls are suppressed (i.e., remove the search, ordering, and filtering commands).
You'll need to read `?renderDataTable` and review the options at <https://datatables.net/reference/option/>.

```{r}
Expand Down