The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
DataGrid() now infers MUI column types from R classes
(numeric columns become number, logical columns
boolean) and warns when a supplied id column
contains duplicate values.DataGridServer() and
processGridParams(), which apply pagination, sorting, and
filtering in R and send only the current page to the browser. The
sort/filter pass is memoized so paginating a large dataset no longer
re-sorts every row on each page change.DataGridServer() hardened: validates
initialPageSize against pageSizeOptions,
rejects two live outputs sharing one inputId, warns when
nrow(rows) exceeds a manual rowCount, and
strips protected props (paginationMode,
sortingMode, filterMode,
pagination).muiMaterial (>= 0.2.0) and warn at attach if
an incompatible version is installed, since the grid shares its bundled
MUI runtime.LICENSE.note).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.