Skip to content

Commit

Permalink
add initial editor example
Browse files Browse the repository at this point in the history
  • Loading branch information
Friessn committed Sep 23, 2024
1 parent 92e5a7a commit e4597b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/editors/editor_input.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
df <- data.frame(values = c(1,2,3),
names = c("a","b","c"))
tabulator(df) |>
set_column_editor_input("names")

0 comments on commit e4597b6

Please sign in to comment.