this.$target.tablesorter({
widgets: ['zebra', 'cssStickyHeaders'],
widgetOptions: {
cssStickyHeaders_offset: 50,
cssStickyHeaders_addCaption: true,
cssStickyHeaders_attachTo: null,
cssStickyHeaders_filteredToTop: true,
cssStickyHeaders_zIndex: 10
}
});
As you can see, the sorting, and the zebra are working fine. However, the sticky headers don't activate. Don't know why.
This is my code:
You can see it running here:
https://8wayrun.com/wiki/mitsurugi-frame-data-sc5/
As you can see, the sorting, and the zebra are working fine. However, the sticky headers don't activate. Don't know why.