CombineWidgets删除formattable的格式

时间:2018-11-20 03:22:02

标签: r htmlwidgets formattable

有人知道为什么组合小部件时会丢失格式吗?

scores <- data.frame(id = 1:5,
  prev_score = c(10, 8, 6, 8, 8),
  cur_score = c(8, 9, 7, 8, 9),
  change = c(-2, 1, 1, 0, 1))
combineWidgets(formattable(scores), formattable(scores), nrow = 1, ncol=2)

0 个答案:

没有答案