View source: R/filter_data_list.R
filter_data_list | R Documentation |
Create a data list column filter for a React Table. Requires that the htmltools packages is available.
filter_data_list(table_id, style = "width: 100%; height: 28px;")
table_id |
'character' string. Unique table identifier. |
style |
'character' string. CSS style applied to input HTML tag. |
Returns a function to perform filtering.
f <- filter_data_list("table-id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.