DT icon indicating copy to clipboard operation
DT copied to clipboard

Official documentation site throws an AJAX error

Open dvg-p4 opened this issue 1 year ago • 1 comments
trafficstars

When I visit https://rstudio.github.io/DT/server.html I see the following error message from my browser:

image

which somewhat decreases my confidence in the robustness of this documentation.

I'm guessing this issue stems from https://datatables.net/examples/server_side/scripts/jsonp.php currently returning an empty file, perhaps?


By filing an issue to this repo, I promise that

  • [x] I have fully read the issue guide at https://yihui.org/issue/.
  • [x] I have provided the necessary information about my issue.
    • If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
    • If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('DT'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('rstudio/DT').
    • If I have posted the same issue elsewhere, I have also mentioned it in this issue.
  • [x] I have learned the Github Markdown syntax, and formatted my issue correctly.

I understand that my issue may be closed if I don't fulfill my promises.

dvg-p4 avatar Jul 22 '24 17:07 dvg-p4

Currently the example at https://datatables.net/examples/server_side/jsonp.html uses DataTables 2.1.3, but our example is still using 1.12.1, and we may have to upgrade our bundled DataTables library: #1137 #1141

yihui avatar Aug 05 '24 14:08 yihui