Yihui Xie

Results 1047 comments of Yihui Xie
trafficstars

My gut feeling is that we should use `color: inherit` instead of hardcoding it to `#333`, but someone needs to verify if that would fix https://github.com/rstudio/DT/issues/447.

This problem is very deep... At the bottom, it's caused by [the default `options(bitmapType = 'quartz')` on macOS](https://github.com/wch/r-source/blob/4a5e54e99fa50a9daa12e8d35b9b6b1ab40bf63a/src/library/grDevices/R/zzz.R#L33), and `quartz` is an on-screen device. Then the default device for R...

Thanks for the suggestions! Sorry I've been quite busy recently and will come back to this PR next week. For `fuse()`, options can be set inside the YAML header only...

This shouldn't be hard if one knows JavaScript and a little CSS (line spacing is controlled by the CSS property `line-height`), but I don't have time for this task. The...

I think the SearchBuilder extension does what you want: - https://github.com/rstudio/DT/pull/881 - https://github.com/rstudio/DT/pull/1113

非常需要这个功能,不知啥时候能提上日程(先赞助你一把再说)。这些基本上都是同一个需求:#389 #363 #355 #332

> datatable.net is a frontend and there was a lot of work to adapt it and create its backend (`server= TRUE`) in DT R package Yes, it was a huge...