jezremy

Results 1 comments of jezremy

Just for anyone else looking how to add a active and inactive class, you can use the events `enabledStickiness.stickyTableHeaders` and `disabledStickiness.stickyTableHeaders` Fuller example: ``` $("table.sticky-table-headers-js").stickyTableHeaders(); $("table.sticky-table-headers-js").on('enabledStickiness.stickyTableHeaders', function () { var...