Xianying Tan
Xianying Tan
Hi, I think [the current CDD implementation](https://github.com/braverock/PerformanceAnalytics/blob/78f8c6cb39863ea295169bd3ac246a30b0c341fc/R/maxDrawdown.R#L106) is not correct, at least is not that defined in [PORTFOLIO OPTIMIZATION WITH DRAWDOWN CONSTRAINTS](www.ise.ufl.edu/uryasev/files/2011/11/drawdown.pdf), because CDD (or CDaR) is the average of...
Hi, there's a bug in the dev version. The utf8 encoding doesn't get preserved if the first string is ASCII. See the reproducible example below, thanks. ``` r library(fst) library(data.table)...
Related to https://github.com/rstudio/DT/issues/563 If the page contains a CSS claiming `table.display` to `block`. The whole page will display the datatable object strangely as long as the page is wider than...
Related to https://github.com/rstudio/DT/issues/773 For the bootstrap style, a button group (like "colvis") will display its sub-buttons strangely. It looks like the button is overlapped by the table header in the...
Hi, First of all, I'm using the default theme as an example. It should apply to other themes as well. Now the default theme of `datatables` sets the "background-color" to...
Hi, First of all, I love this package. I'm really a fun of making beautiful tables. gt is so powerful and can generate almost everything I need... WoW.. A big...
Hi, I'm using bs4Dash internally. The network of the deploying environment is unable to access external URL. However, bs4Dash uses google fonts and ionicons, which require internet connections, even if...
Closes #938 #652 #990 DT implements many nice JS wrappers on styling the columns. However, R users may still find they want to implement their own style, as the love...
[Datatables now supports Bootstrap5](https://datatables.net/blog/2021-06-10). We should support it in `datatable(..., style = "bootstrap5")`.
Closes #797 - [x] Works on a plain page - [ ] Works for bootstrap themes ## Code ```r library(shiny) df