Generates a data list filter widget for a Shiny table with the given ID.
Usage
dataListFilter(tableId, style = "width: 100%; height: 28px;")
Arguments
- tableId
A string. The ID of the table to which the filter will be applied.
- style
A string. The CSS style for the filter input field. Defaults to "width: 100%; height: 28px;".
Value
A data list filter widget to be used in a Shiny application.