javascript - angular ui-grid change row height creates checkbox bug -
i have created ui-grid sub grid, sub grid rows height modified css:
.expandablerow .ui-grid-row, .expandablerow .ui-grid- cell,.expandablerow .ui-grid-cell .ui-grid-vertical-bar { height: auto!important; }
when enabling row selection ( enablerowselection:true) sub grid , when row have multiple rows inside (since changed row height) checkboxes duplicated. screen shot attached
how can fix it?
Comments
Post a Comment