Closed CodeCapitalist closed 4 years ago
Hey @CodeCapitalist
At the point you are making any updates to the style property of the DOM node that is outside of Tabulators control. the getElement function returns a standard DOM node that you can call any of the standard functions or properties on.
I would check your CSS to make sure you have nothing else that interferes with it.
On a side note, please use an issue template when creating an Issue on these boards, and make sure you create a JS fiddle that demonstrates your issue, passing large blocks of code into an issue makes it unreadable.
Also please ask for help first on stack overflow, as we find that 90% of the time it is developer error causing the issue and Stack Overflow can help you get to the bottom of this.
Cheers
Oli :)
setting border styles with the formatter is only impacting border-right. I performed
console.log(cell.getElement().style);
to get a better idea of what's going on, and it appears that the object is updating correctly, but the styles are not. Within the cell's CSSStyleDeclaration:upon inspecting the element in chrome: border-right is assigned a value, and other borders are not listed.
I am using tabulator_simple.css in my angular.json.