Closed anderssonjohan closed 2 years ago
happens because <div class="tabulator-headers">
is as wide as the table container (instead of being as wide as its contents). So when user scrolls away, the div scrolls out of the container eventually. Here I made the header an inline grid, to illustrate what happens to the sticky
first cell.
Current behavior
While the background of the select all checkbox initially is hiding the column headers scrolling behind it:
...it reveals them after about 50% scrolling horizontally:
Steps to reproduce the behavior:
Expected behavior
Environment