Closed bodja closed 4 years ago
Directive will not work if table height is not defined.
I suggest to add default value of 100% height elem.style.height = elem.style.height || '100%';
elem.style.height = elem.style.height || '100%';
Directive will not work if table height is not defined.
I suggest to add default value of 100% height
elem.style.height = elem.style.height || '100%';