Hey guys, I’m trying to validate my entire table. My validation function looks at the first 4 columns of each row and verifies that if one cell has a non-null value they all do. The function works well, but when it tries to apply a className htInvalid using setCellMeta and then re-render there’s no class names applied. No error is thrown. Here’s a minimal working example:
https://codepen.io/utnuc/pen/eYawdLx
Using 8.3.2.