ArsalaanAnsariDeveloper Hi I am using the data grid with the willow theme. It mostly works great but I have not been able to change the border radius of the entire table? Is there an easy way to do this?
tasha Hello ArsalaanAnsariDeveloper To change the border radius of the enitre table please add to the build-in class .wx-table-box such css rule: :global(.wx-table-box) { border-radius: 10px; }