-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataTables warning: table id=DataTables_Table_0 - Invalid JSON response #46
Comments
Looks like this issue is not present with the development release of Shiny. |
Yeah, at the moment I'd recommend you to use the development version of shiny. You are also welcome to test a change that we will introduce soon: ramnathv/htmlwidgets#28 devtools::install_github(c('jeroenooms/jsonlite', 'rstudio/shiny', 'yihui/htmlwidgets@jsonlite')) It should not really affect DT, but I have some ugly fixes for RJSONIO in DT that I want to remove as soon as the new version of htmlwidgets is released. |
Ok. With try on shinyapps tomorrow On Sat, Apr 11, 2015 at 8:18 PM, Yihui Xie [email protected]
|
I installed the latest jsonlite, shiny, and htmlwidgetsfrom github. Works fine locally and on shinyapps.io. Nice! A couple of notes:
table.dataTable tfoot td, table.dataTable thead td { |
@PHILL class = "compact" is nice but I was referring more to the padding in and around the filter boxes. "compact" doesn't seem to affect that. |
Yes, I must admit I realised that after posting my comment, which is why On 12/04/15 22:58, Vincent Nijs wrote:
|
When you enter a search term that is not found you get an 'invalid JSON response' warning from DataTables. Same applies if you select a factor level that is not in the sub-set of data that was already filtered. As an example, type an x in the search box at: https://vnijs.shinyapps.io/base
Code used
The text was updated successfully, but these errors were encountered: