Skip to content
#

grid

Here are 323 public repositories matching this topic...

vo3oww
vo3oww commented Nov 19, 2019

grid combobox select option을 동적으로 주고
clear() 했을 때 option 인덱스가 밀리는 에러 해결할 수 있나요?

  • js
    // 초기화 버튼 클릭 시
    $("#btn_00").click(function (data) {
    fnObj.formView01.clear();
    alert("검색 조건을 초기화하였습니다.");
    });
    // clear() 적용
    clear : function () {
    this.model.setModel(this.getDefaultData());
    this.target.find('[data-ax-path="key"]').removeAttr("re
XiangyunHuang
XiangyunHuang commented Aug 30, 2019

保存高质量的 png 文件,同时文件比较小,pdf 文档实际是 png 图片

# install.packages('devtools')
devtools::install_github("r-lib/ragg")
devtools::install_github("ilarischeinin/rasterpdf")

library(ggplot2)
library(rasterpdf)

raster_pdf("diamonds-agg.pdf", res = 300, width = 6, height = 5, 
           png_function = ragg::agg_png)
ggplot(diamonds, aes(carat, price)) + geom_point()
dev.off()

参考 htt

Improve this page

Add a description, image, and links to the grid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.