AllenFang / AllenFang/react-bootstrap-table
expand row custom css problems
未關閉
- 主要語言
- JavaScript
- 星號
- 2.2k
- 分支
- 761
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```
isExpandableRow(row) {
if (row.id > 3) return true;
else return false;
}
expandComponent(row) {
return (
testing
);
}
const options = {
onRowClick: this.onRowClick,
onExpand: this.handleExpand,
expandBodyClass: 'custom-expand-parent',
expandBy: 'column',
paginationSize: 3,
hideSizePerPage: true,
border: 'none',
sizePerPage: 20,
expandRowBgColor: 'rgb(242, 255, 163)'
};
```
> expand Component the scope of the child
testing
is not filling the whole expand component col-span, in is the options , i managed to add class to the expand component ,and changed the css background , but i could n't manage to solve the height and width of the child , here is a pic to illustrate my point of view
貢獻指南
評估
這個 Issue 還沒有評估資料。