Solved
ThingWorx Grid Widget
Is it Possible to adjust the spacing of checkbox (when multiselect is enabled) withing the grid row? Is there any property for this? If not, can this be achieved via CSS?
Is it Possible to adjust the spacing of checkbox (when multiselect is enabled) withing the grid row? Is there any property for this? If not, can this be achieved via CSS?
@supports (ptcs-style-unit:"PTCS-GRID:core-grid") {
[part=row-selection-checkbox] {
padding: 9px 10px 9px 10px;
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.