1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-07 08:56:41 +02:00

remove sticky css class on destroy

This commit is contained in:
koalyptus 2018-06-17 20:23:41 +10:00
parent 00150bc9e1
commit ca4f0f2afa
3 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1483,6 +1483,9 @@ export class TableFilter {
removeClass(this.dom(), this.prfxTf);
removeClass(this.dom(), this.prfxResponsive);
if (this.dom().tHead) {
removeClass(this.dom().tHead, this.stickyCssClass);
}
this.nbHiddenRows = 0;
this.validRowsIndex = [];