Skip to content

Can't get sticky headers to work AT ALL.... #1581

@Jaxel

Description

@Jaxel

This is my code:

this.$target.tablesorter({
	widgets: ['zebra', 'cssStickyHeaders'],
	widgetOptions: {
		cssStickyHeaders_offset: 50,
		cssStickyHeaders_addCaption: true,
		cssStickyHeaders_attachTo: null,
		cssStickyHeaders_filteredToTop: true,
		cssStickyHeaders_zIndex: 10
	}
});

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions