rstudio / DT

R Interface to the jQuery Plug-in DataTables
https://rstudio.github.io/DT/
Other
596 stars 182 forks source link

Official documentation site throws an AJAX error #1145

Open dvg-p4 opened 1 month ago

dvg-p4 commented 1 month ago

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

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

yihui commented 1 month ago

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