Skip to contents

Creates an HTML container for the filtered item table.

Usage

filtered_view_widget(id)

Arguments

id

the id of the module server instance.

Value

An HTML object (tagList) to include in the UI.

Examples

if (FALSE) { # \dontrun{
filtered_view_widget(id = "mydata")
} # }