Filter Data List Column
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")
Useful links