role table sticky header fix

This commit is contained in:
Yuri Kuznetsov
2024-11-18 14:16:46 +02:00
parent dbbfedd33c
commit b98ebb4497

View File

@@ -1050,6 +1050,8 @@ class RoleRecordTableView extends View {
$window.off('resize.' + type + '-' + this.cid);
$window.on('resize.' + type + '-' + this.cid, handle);
handle();
}
/**