How to move the ExpandCollapeSelection to right in tree grid advanced widget?
Hi,
I would like to move the ExpandCollapeSelection to right side. Tried with below CSS but didn't get any solution. Also attached video for reference. Need your help ASAP.
.tree-toggle::part(tree-toggle-icon){
position:absolute !important;
right:0px !important;
}
#root_ptcsgrid-120-bounding-box::part(tree-toggle-icon){
position:absolute !important;
right:0px !important;
}

