At the moment, we are able to resize the table border when we drag the corner. However, my goal is to enable resizing on the right side of the full border. https://i.sstatic.net/yFI24.png
Below is the CSS code for resizing:
th{
resize: horizontal;
overflow: auto;
min-width: 100px!important;
}