Can I change classes dynamically in Javascript based on status?
I am using react and using map function . I want to use conditionally change class when my payment status will change I use if else statement but its give that status is not define . <table className="table display expandable-table">…