我正在尝试使用带有自定义行视图的cdk datatable。但目前还没有足够的信息来说明如何实现这一目标。我尝试了解源代码,但无法掌握如何做到这一点。基本上我想在每行的卡片中包含数据。我怎么能这样做?
答案 0 :(得分:0)
将RelativeLayout relLayout = (RelativeLayout) findViewById(R.id.layout_file);
int width = relLayout.getWidth();
int height = relLayout.getHeight();
添加到class
,复制md-row
的样式。
的CSS:
md-card
HTML:
.card{
padding: 24px;
border-radius: 2px;
margin: 10px 0 10px 0;
}