Skip to content

Commit 9e6e21d

Browse files
author
Sandeep Mishra
authored
Added a new resource
Hey, I have added a new resource for HTML tables. I came across this tutorial when researching for some materials to help me learn website development. This reference will make the content more valuable. Hope this small contribution will help other learners.
1 parent 1d32196 commit 9e6e21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The `simpleButton` function has an argument `form.ids`, which lists the ids of a
122122

123123
## A more complex example with dynamic UI and custom HTML
124124

125-
The two examples before could also be easily implemented with a traditional shiny app. Here is a more complex example with a dynamically created HTML table with multiple inputs:
125+
The two examples before could also be easily implemented with a traditional shiny app. Here is a more complex example with a dynamically created [HTML table](https://www.scaler.com/topics/html/tables-in-html/) with multiple inputs:
126126

127127
```r
128128
library(shinyEvents)

0 commit comments

Comments
 (0)