javascript - Multiple tbodys and scroll inside the 1st & column width issue -
im'm trying scrollable first tbody inside table fixed header, divided in 4 tbodies witch : http://scr.hu/0ei9/k2tqx here's fiddle https://jsfiddle.net/yb5sob07/ (sorry html it's lot of code generated angular , difficult clean fiddle...) in short looks : <table class="planning shifts"> <thead> <!-- les jours du mois--> <tr class="bg-active"> <th>coursier|jour</th> <th class="monthday">days 1 31 </th> </tr> </thead> <tbody id="shiftstable"> <tr> <td class="coursiertd"> <a href="#">{{user.name}}</a> </td> <td>user/day </td> </tr> </tbody> <tbody ng-repeat="city in cities"> <tr class="citymanquesheader"> <th colspan="{{cal...