| .dt2_version_constraints | R Documentation |
Defines the allowed version prefix for each library. Updates are only
applied within this prefix. For example, jQuery is constrained to
"3." so it will never auto-upgrade to 4.x.
.dt2_version_constraints()
Rationale for each constraint:
"3."DataTables 2.x requires jQuery 3.
"0.2."0.3.x has breaking changes and is not available on cdnjs.
"5."DataTables BS5 styling requires Bootstrap 5.
"2."Major version pin for stability.
"3."Major version pin for stability.
DataTables extensions do NOT have explicit constraints because their major version tracks DataTables core compatibility (managed by the DataTables project itself).
Named character vector. Name = library name, value = version prefix. Only libraries with constraints are included (NA = no constraint).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.