Skip to contents

A Shiny server module that renders an interactive reactable table displaying sequence data. The table supports grouping, filtering, pagination, and clickable accession links.

Usage

tableServer(id, df)

Arguments

id

Character string for namespacing the module

df

A reactive data.table containing the sequence dataset.

Value

A reactable table rendered in the UI.