代码之家  ›  专栏  ›  技术社区  ›  RockScience

CombineWidgets删除格式表的格式

  •  0
  • RockScience  · 技术社区  · 7 年前

    有人知道组合小部件时格式丢失的原因吗?

    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 回复  |  直到 7 年前
    推荐文章