reactable.extras icon indicating copy to clipboard operation
reactable.extras copied to clipboard

Docs/deprecate serverside module

Open vituri opened this issue 11 months ago • 1 comments

This PR just updates the docs pointing to the new reactable version, where there is a native server-side processing option for a reactable. This will let us arquive/mark-as-solved any issues related to this module.

Description

Updated the server-side processing vignette with a warning image

Added a

.Deprecated(
    new = "reactable::reactable",
    msg = "`reactable::reactable` now has a `server = TRUE` argument. Please use 'reactable' directly instead of this module."
  )

in reactable_extras_ui and changed its description to #' [Deprecated] Create reactable UI with server-side processing.

Definition of Done

  • [X] The change is thoroughly documented.
  • [X] The CI passes (R CMD check, linter, unit tests, spelling).
  • [X] Any generated files have been updated (e.g. .Rd files with roxygen2::roxygenise())

vituri avatar Feb 10 '25 15:02 vituri

Codecov Report

:x: Patch coverage is 96.66667% with 5 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 98.00%. Comparing base (df3c318) to head (492adfa). :warning: Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
R/reactable-server.R 96.66% 5 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   97.97%   98.00%   +0.03%     
==========================================
  Files           4        4              
  Lines         247      251       +4     
==========================================
+ Hits          242      246       +4     
  Misses          5        5              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov-commenter avatar Feb 10 '25 16:02 codecov-commenter