filter_data_list {inlpubs}R Documentation

Filter Data List Column

Description

Create a data list column filter for a React Table. Requires that the htmltools packages is available.

Usage

filter_data_list(table_id, style = "width: 100%; height: 28px;")

Arguments

table_id

'character' string. Unique table identifier.

style

'character' string. CSS style applied to input HTML tag.

Value

Returns a function to perform filtering.

Examples

f <- filter_data_list("table-id")

[Package inlpubs version 1.1.3 Index]