Large Table Component Viewer
largeTableView.Rd
Componenet for results sets with many thousands of rows More limited than other table components in terms of automatic handling of search and filtering but will allow responsive apps
Usage
largeTableView(
id,
pageSizeChoices = c(10, 25, 50, 100),
selectedPageSize = 10,
fullDownloads = TRUE
)
See also
Other LargeTables:
createLargeSqlQueryDt()
,
largeTableServer()