filter_data_list function

Filter Data List Column

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;")

Arguments

  • table_id: 'character' string. Unique table identifier.
  • style: 'character' string. CSS style applied to input HTML tag.

Returns

Returns a function to perform filtering.

Examples

f <- filter_data_list("table-id")