resize to the table
width:auto to the table. Example:
.object-table-module table{ width:auto; }
1) Add ng-mousedown="resizeStart($event)" and ng-mouseup="resizeEnd($event)" to your <thead>tag.
2) Add <div class="resize"></div> to resized headers (<td> tag)
| Name of Person | Eye | Age |
|---|