widthFixed
option? https://mottie.github.io/tablesorter/docs/#widthfixed
widthFixed
option, and overrides in my CSS and even javascript overrides, but nothing was working. Then I checked and realized I hadn't specified table-layout: fixed;
When I did that, everything worked fine. I'll have to strip away some of the things slowly to see what the minimum is that is necessary.
table-layout
too LOL