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
largeTableView(
id,
pageSizeChoices = c(10, 25, 50, 100),
selectedPageSize = 10,
fullDownloads = TRUE
)
Shiny module id. Must match largeTableServer
numeric selection options for pages
numeric selection options for pages
allow download button of full dataset from query
Other LargeTables:
createLargeSqlQueryDt()
,
largeTableServer()